I am working on a script that will dynamically create a new folder (if the needed one isn't created).

Next, I need to save new .asp files based on the input of a form into folders on the server.

I have figured out that I need to use the File System Object, but from there I am at a loss.

All input appreciated..