Getting file name from absolute-path

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
Back
Top