copy_file
Copy a file within the workspace to a new path while preserving its metadata. Parent directories at the destination are created automatically.
Instructions
Copy a file within the workspace, preserving metadata.
Args: source: Existing file path, relative to the workspace root. destination: Destination path; parent directories are created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| destination | Yes |