Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Create folder in ASP


Message #1 by "Nick" <ektorjr@h...> on Fri, 27 Dec 2002 08:48:22
Hello all,

What i want to do is have ASP create a new folder under my root directory, 
whenever a user fills a registration form. After this registration, I want 
to have the new folder named with the userīs username, and contaning a 
specific set of files and subfolders. Also, I want this folder to permit a 
total of 2 MB space and not alowing more data in there. 

The FileSystemObject object does not have a CreateFolder collection. A 
good idea might be to use the CopyFolder collection copying a "Template" 
folder which will be exactly as i need it. But this collection does not 
allow me to specify the name of the new folder dynamically.

Can anybody help me on how to do this?

Thanks in advance

Nikos

  Return to Index