move
Relocates or renames files and directories by specifying source and destination paths. Overwrites existing destinations, so verify target before moving.
Instructions
Moves or renames a file or directory.
IMPORTANT: If the destination path already exists, it will be overwritten. Always verify the destination path before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst_path | Yes | The destination path. IMPORTANT: This must include the target file or directory name, not just the destination folder. | |
| src_path | Yes | The source path to the file or directory to move or rename. |