copy_file
Copies a file from a specified source to a destination, with an option to overwrite if the destination already exists.
Instructions
Copy a file to a new location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path | |
| destination | Yes | Destination file path | |
| overwrite | No | Overwrite destination if it exists |