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