Getting file name from absolute-path

C

Chris

Does anyone have a routine that will return the file-name
from an absolute path listing (i.e., return "temp.xls"
when passed "C:\dir1\dir2\temp.xls"). I can't seem to
find any useful string manipulation functions.

Thanks,
Chris
 
Top