Command description
Move the specified folder to the target folder and save the moved folder path.
| input parameters | Input parameter type | Description |
|---|
| Folder to Move | str | Folder path to be moved |
| Destination Folder | str | Destination folder path to move to |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| Moved Folder Path | str | The full path of the moved folder |
Edge Cases
- The command reports an error if Folder to Move does not exist or is not a folder.
- The destination folder is created automatically if it does not exist. The command reports an error if the destination path is an existing file.
- The command reports an error if a path with the same name already exists in the destination. It does not support overwriting or automatic renaming.
Generation Notes
- Move an entire folder. The command fails if a folder with the same name already exists in the destination.