..
The method of the FileSystemObject object MoveFolder move one or more specified folders. MoveFolder The method requires two parameters:
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
| |
ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €. |
| |
ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €. |
| |
ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €. |