Move File
file.moveMove or rename files and directories within a local project. Specify the source path and destination to reorganize your project structure.
Instructions
Move or rename a file or directory 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 |