copy_file
Copies a file from a source path to a destination path, with options to overwrite existing files and preserve timestamps.
Instructions
Copy file from source to destination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path | |
| overwrite | No | Overwrite destination if it exists | |
| destination | Yes | Destination file path | |
| preserveTimestamps | No | Preserve file timestamps |