NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CreateFolder Method

Creates a folder.

object.CreateFolder(foldername)

Arguments

object
Required. Always the name of a FileSystemObject.
foldername
Required. String expression that identifies the folder to create.

Remarks

An error occurs if the specified folder already exists.

See Also

CopyFolder Method | CreateTextFile Method | DeleteFolder Method | MoveFolder Method

Applies To: FileSystemObject Object