Microsoft JScript
AddFolders Method
Language Reference
Version 3

See Also Applies To


Description
Adds a new Folder to a Folders collection.
Syntax
object.AddFolders ( folderName );

The AddFolders method has the following parts:

Part Description
object Required. Always the name of a Folders collection.
folderName Required. The name of the new Folder being added.
Remarks
An error occurs if the folderName already exists.

Comments