..


Sponsored Links

MoveFolder

The method of the FileSystemObject object MoveFolder move one or more specified folders. MoveFolder The method requires two parameters:

  • source - the folder or folders you want to move. Wildcards can be used.
  • destination - the destination folder;
Here's an example:





 Dim fs







 'I create a FileSystemObject instance dell'offetto







 Set fs = Server.CreateObject ("Scripting.FileSystemObject")









 'I move the folder to the new folder







 fs.MoveFolder "c: \ www \ site \", "c: \ www2 \"









 'I cleaned







 Set fs = Nothing



In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links