A
Andy
If I want to get the filename/extension only from any path returned (i.e.
C:\file.txt becomes file.txt), is there a more elegant way than using
InStrRev to extract everything after the last "\" in the path?
Thanks
C:\file.txt becomes file.txt), is there a more elegant way than using
InStrRev to extract everything after the last "\" in the path?
Thanks