copy_file_code
Copy a file or directory to a destination path with an optional overwrite flag. Streamlines resource duplication within VS Code projects.
Instructions
Copy a file or directory to another location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source path to copy from | |
| overwrite | No | Whether to overwrite existing files | |
| destination | Yes | The destination path to copy to |