How can I rename a file on my Web site through an ASP page?
Visitor Ratings
(0) :
Description
You can use the File System Object, or FSO, to rename a file. FSO does not have a "Rename" or "RenameFile" method, but it does have a MoveFile method. Please note that the user will need Modify permissions on the directory in order for this to work.