move_file
Move a file from source to destination with an option to overwrite an existing file. Solves the need to relocate files while controlling conflict resolution.
Instructions
Move file from source to destination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path | |
| overwrite | No | Overwrite destination if it exists | |
| destination | Yes | Destination file path |