Copy File
file.copyCopies a file from one location to another within a project, with optional overwrite control.
Instructions
Copy a file inside a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| from | Yes | ||
| to | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ||
| to | Yes | ||
| changedFiles | Yes | ||
| stats | Yes |