copy_file
Copy a file from a source path to a destination path, with an option to overwrite an existing file.
Instructions
Copy a file from source to destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path | |
| destination | Yes | Destination file path | |
| overwrite | No | Whether to overwrite if destination exists (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |