In classic ASP, it was done by using the File System Object. How can I create a folder / directory in ASP.NET?
The most I've found so far was somthing having to do with Directory.CreateDirectory, but it's not clear on how to make it work. -Ovatvvon :-Q