codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:



Home » ASP » Article

ASP CreateFolder

Article by: Jeff Anderson (9/2/2006)
Bookmark us now! Add to Favourites
Email a friend! Tell a friend
Summary: Using the CreateFolder method of the filesystemobject to create a folder on the server
Viewed: 123897 times Rating (56 votes): 
 1.3 out of 5
  Rate this Article   Read Comments   Post Comments

ASP CreateFolder



We've seen the standard code to create a textfile. You can create a folder in a similar way, using the createfolder method of the filesystemobject:

Select All Code


It's usually wise however to check whether the folder exists or not before calling this method, as attempting to create an existing folder will throw an error. Here's how we do that:

Select All Code






Useful Links


CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
Rate this article:     Poor Excellent
View highlighted Comments
User Comments on 'ASP CreateFolder'
RELATED ARTICLES
ASP FilesystemObject
by Jeff Anderson
An introduction to the Filesystemobject
ASP GetTempName
by Jeff Anderson
Use the GetTempName method to create a randomly generated temporary file on the server.
ASP OpenTextFile
by Jeff Anderson
An introduction to the OpenTextFile Method of the FileSystemObject
ASP FileExists
by Jeff Anderson
An introduction to the FileExistsMethod of the FileSystemObject
ASP CreateTextFile
by Jeff Anderson
An explanation of the CreateTextFile Method, part of the ASP FileSystemObject
ASP GetFile
by Jeff Anderson
An introduction to the GetFile Method of the FileSystemObject
ASP CreateFolder
by Jeff Anderson
Using the CreateFolder method of the filesystemobject to create a folder on the server
ASP FolderExists
by Jeff Anderson
An introduction to the FolderExistsMethod of the FileSystemObject








Recent Forum Threads
•  Run a program both on windows and linux
•  VERO.SurfCAM.v2014
•  Schlumberger.Petrel.V2013.2
•  Petrel.V2013.2
•  Altair.HyperWorks.v12
•  VoluMill.v6.1
•  VoluMill.NEXION.6
•  VERO.SurfCAM.v2014
•  Schlumberger.Petrel.V2013.2


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2015