rename_file
Rename or move files within directories using specified old and new paths. Optionally overwrite existing files at the destination for efficient file management.
Instructions
Rename or move a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
new_path | Yes | New file path | |
old_path | Yes | Current file path | |
overwrite | No | Overwrite if destination exists |