Hi there,
Say I have a few file paths:
c:\my docs\mystuff\me.doc
a:\abc.exe
c:\desktop\my folder\my thingy.xls
How can I manipulate each of these string to return to me just the file name and extension. Basically I want to code a line or two that will find the first occurnece of a "\" fom the right and give me everything to the right of it.
Thx,
Cormac.
Say I have a few file paths:
c:\my docs\mystuff\me.doc
a:\abc.exe
c:\desktop\my folder\my thingy.xls
How can I manipulate each of these string to return to me just the file name and extension. Basically I want to code a line or two that will find the first occurnece of a "\" fom the right and give me everything to the right of it.
Thx,
Cormac.