fast_move_file
Move or rename files and directories in the filesystem. Specify source and destination paths with options to overwrite, create directories, or backup existing files.
Instructions
Moves or renames a file or directory
Input Schema
TableJSON 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 |