move_dir
Move files or folders from a source path to a destination path using the terminal. Returns a dictionary with status and path details of the moved item.
Instructions
Preferred from the terminal: Move a file or folder from path1 to path2.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path1 | Yes | ||
path2 | Yes |