fast_move_file
Move or rename files and directories with built-in safety: automatically create destination directories, overwrite existing files, or create backups. Ideal for organized file management.
Instructions
Moves or renames a file or directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file/directory path | |
| destination | Yes | Destination path | |
| overwrite | No | Overwrite existing file | |
| create_dirs | No | Automatically create destination directories | |
| backup_if_exists | No | Create a backup if the destination file exists |