Creating Directories

liunx

Guest
Is it possible to create directories on the server programatically using fso or some other approach? For instance if someone uploads a folder of pix, can I add (and possibly rename) the folder after the upload? Also, would it be possible to rename the items in the folder after the upload?

Thanks~Yes thats perfectly possible provided you have all the correct permissions to write to the server. Here is a good reference site for FSO: <!-- m --><a class="postlink" href="http://www.tutorial-web.com/asp/fso/Thank">http://www.tutorial-web.com/asp/fso/Thank</a><!-- m --> you Goldilocks!!
 
Back
Top