Move Folder to Folder

Moves a source folder into a destination folder in the tree.

 

Input Arguments

 

0

String

Source Folder Path

The path of the folder to move.

1

String

Destination Folder Path

The path of the folder into which to place the source folder.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The folder was moved successfully.

FAILURE

The source or destination folders were not found.

 

Remarks

A folder path is specified by separating folder names by one or two colons. For example, A::B::C places the source folder into the folder “C” within the parent “B”, which itself is in a parent folder “A”. A:B:C would have the same effect.