Construct Folder(s)

Constructs one or more folders in the SA tree.

 

Input Arguments

 

0

String

Folder Path

The name of a folder to create, or a path to create a hierarchy of folders.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

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.