move_file
Relocate files between directories by specifying source and destination paths to organize your file system within development workflows.
Instructions
Moves a file from one path to another
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | The current path of the file to move | |
| destination_path | Yes | The new path for the file |