copy_file
Copy a file to a new location within the workspace, with optional confirmation to avoid overwriting existing files.
Instructions
Copy a file to a new location within the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | Yes | Destination file path. | |
| src | Yes | Source file path. | |
| confirm | No | Set to True to confirm if destination already exists. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||