Constructs one or more folders in the SA tree.
0 |
String |
Folder Path |
The name of a folder to create, or a path to create a hierarchy of folders. |
None.
SUCCESS |
This command always succeeds. |
A single folder is created by specifying a name only. Multiple folders in a hierarchy can be created by separating folder names by one or two colons. For example, A::B::C creates a folder “A” with a subfolder “B”, which itself has a subfolder “C”. A:B:C would have the same effect. If a folder already exists, no action will be taken.