Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

ASP >> Objects

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.
Code
Select All
 Rate this Resource