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