Move Folder

Move a folder with the given path.

Privileges

Normal

Input Parameters

Name Type Required Description
Folder Name String Yes The full path of the folder to be moved.
New Location String   The full path of the new folder location.

Output Parameters

Name Type Description
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
Folder Name String Yes C:\folder1\folder2
New Location String   C:\folder3