Ever wanted to extract a filename only from a path including the filename, well this simple function will do it for you! (I know its not ground breaking but its simple easy and useful)
Inputs
call the function like this:
get_filename_only(filepath$) where filepath$ is a variable containing a filepat and filename
or
get_filename_only("c:\windows\notepad.exe") change the path to suit your needs
Assumes
put this code into a module (.bas) and call from the program as explained above
Returns
the filename only (incl. extension) or a message telling you to check the path if it cant find a valid path in the string you sent to it.