TheIconoclast
03-10-2009, 11:10 PM
Hey guys, I've been playing around with ASP more these days and now that I've read about the FileSystemObject I'm trying to play around with it a bit.
What I want to do is to create a really simplistic page with 2 functions:
1) allow the user to create a new directory and name it
2) allow the user to create a new file and name it
I know what the attributes are of the FSO, but what would the code look like?
Also, how would go about outputting a directory file structure? I'm guessing I would need to use a loop and loop through all the folder and filenames?
Any help would be greatly appreciated! Thanks! :D
What I want to do is to create a really simplistic page with 2 functions:
1) allow the user to create a new directory and name it
2) allow the user to create a new file and name it
I know what the attributes are of the FSO, but what would the code look like?
Also, how would go about outputting a directory file structure? I'm guessing I would need to use a loop and loop through all the folder and filenames?
Any help would be greatly appreciated! Thanks! :D