copy_file
Copies a file from a source path to a destination path, with an option to overwrite existing files.
Instructions
Copy file from source to destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source path. | |
| overwrite | No | Overwrite if exists. Default: false. | |
| destination | Yes | Destination path. |