Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How I can create a folder ?

Status
Not open for further replies.

ScottyManolo

Programmer
Dec 1, 2000
3
ES
I've a problem because i want to create a new folder on the server with ASP and don't know the way for it.

I've seen the method move, delete and copy for FileSystemObject but no CREATE folder.

If exist a way for my problem ... tell me.

Thanks, from Spain.
 
Well you can use this helpful memory ramain object:
"File SystemObject" for working with files and one of it's methods:
"CreateFolder" start with:
Server.CreateObject("Scripting.FileSystemObject")
for more info return to your MSDN CDs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top