move_file
Relocate a TypeScript/JavaScript file to a new location and update all import statements automatically, ensuring references remain accurate and valid.
Instructions
Move a TypeScript/JavaScript file to a new location and update all import statements
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | Yes | New file path (relative to root) | |
| oldPath | Yes | Current file path (relative to root) | |
| overwrite | No | Overwrite the destination file if it exists | |
| root | Yes | Root directory for resolving relative paths |