move_file
Move or rename files and directories to a specified path, with an option to overwrite existing destinations.
Instructions
Move or rename a file or directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file/folder path | |
| overwrite | No | Overwrite destination if exists (default: false) | |
| destination | Yes | Destination file/folder path |