FileSystem.CreateFolder() (Method)

A method for creating new folders within the file system.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Folder object
JavaScript syntax:IEmyFileSystem.CreateFolder(aName)
Argument list:aNameThe name of a folder to be created

You may need to create a new folder as a destination to copy files to or to use as a location to create them in.

See also:Folder object