I would like to get the directory and the filename of the entire file path when a user enters it into a form.
So, if the filename is "T:\My Directory\Subdirectory\file\My file.doc",
I want to extract both parts, "T:\My Directory\Subdirectory\file\" and "file.doc" and put them in two different database fields
I don't know too much about string manipulation in ASP.
Thanks,
So, if the filename is "T:\My Directory\Subdirectory\file\My file.doc",
I want to extract both parts, "T:\My Directory\Subdirectory\file\" and "file.doc" and put them in two different database fields
I don't know too much about string manipulation in ASP.
Thanks,