ASP CreateFolder() Method
The ASP CreateFolder Method is used to create a new directory or folder in the Server. It is a predefined method of the FileSystem Object. It accepts the name of the folder as a parameter. Syntax: FileSystemObject.CreateFolder( name ) Parameter Values: This method accepts a single parameter as menti