Extracting the filename from a file path with a single line
26 January 2009 at 14:46
There are frequent times when a full file path is extracted from a database or passed to your function and you need the file name. This handy Classic ASP one liner can be used to pull out the ...
Posted in ASP Code Snippet | No Comments

