..
CreateFolder The method creates a new folder. Accepts as only parameter the name of the folder to create. Example:
Dim fs, folder
Set fs = Server.CreateObject ("Scripting.FileSystemObject")
Set folder = fs.CreateFolder ("c: \ www \ site \ newdir")
Set folder = Nothing
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 €. |