CreateFolder

Description

Creates a new subfolder with the given name, requires Read-Write permission. Returns the new Folder object.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.CreateFolder name

Perl


$folder->CreateFolder(name); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
name
A String that specifies the name of the new folder.
Return value
Returns the new Folder object.