Can FileRequest return just the file, not the path?
Posted: Wed Jan 27, 2016 1:35 pm
I am using FIleRequest for user to choose a file which to use for saving. Problem is, instead of just giving me the filename that user chooses, it gives me the whole path.
Is there a simple way to just get the filename without a path, or do i have to use SpltStr or something with "/" to figure out what is the file part?
Is there a simple way to just get the filename without a path, or do i have to use SpltStr or something with "/" to figure out what is the file part?