Help!
I need to find a way to obtain a file name given the path to the file.
For example if the path to the file is
D:\blah\foo\bar\file.fff
then i need to return "file.fff"
I also need to be able to do this with URL's so
http://blah/foo/bar/file.fff
will also return "file.fff"
Thanks!




Reply With Quote