move_file
Moves a file from one location to another, automatically creating any missing parent directories and optionally cleaning up empty source folders.
Instructions
Move a file from source to destination. Creates parent directories if needed. Optionally cleans up empty parent directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path | |
| destination | Yes | Destination file path | |
| cleanupEmpty | No | Remove empty parent directories after moving |