Trying to find a function that will remove the path of a URL/file-pointer so I end up with the filename only...
Example:
d:\documents\test.doc
becomes
test.doc
Any suggestions?


