How to I rip the file name from a full path string?
eg.
"c:\Folder\picture.jpg"
What I want is "picture.jpg". And the path of the picture
is different depending on the user selection. So, using
the mid() is somewhat impossible (or maybe not) because of varying length.
Thx
