CreateFolder

Description

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

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folder.CreateFolder name

Perl

$folder->CreateFolder(name); 
Identificateur
Description
dossier
A Folder object obtained from the current workspace.
name
A String that specifies the name of the new folder.
Valeur de retour
Returns the new Folder object.

Feedback