Moo_FolderMove ( sSource; sDestination );
This functions lets you Move a folder.Parameters
Name | Type | Required | Default | Description |
sSource | String | Yes | The input folder to be copied. | |
sDestination | String | Yes | Where should the folder be copied to. |
Return Value
Returns either a boolean value of true if the folder move succeeded, or an error code.
Errors
Error Code | Description |
Moo_FolderMove|Err_1 | Invalid number of arguments. |
Moo_FolderMove|Err_2 | Invalid source folder input. |
Moo_FolderMove|Err_3 | Source folder does not exist. |
Moo_FolderMove|Err_4 | Invalid destination folder input. |
Moo_FolderMove|Err_5 | Destination folder already exists. |
Moo_FolderMove|Err_6 | Error moving folder. |
Related Functions