..


Sponsored Links

CreateFolder

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



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