Delete Folder

Deletes the specified folder from the tree.

 

Input Arguments

 

0

String

Folder Path

The path to the folder to delete.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The folder was deleted successfully.

FAILURE

The specified folder was not found.

 

Remarks

A single folder is deleted by specifying a name only. A folder in a hierarchy is specified by separating folder names by one or two colons. For example, A::B::C deletes the folder “C” within the parent “B”, which itself is in a parent folder “A”. A:B:C would have the same effect.