move_file
Move files or directories to a new path within allowed project directories, ensuring a well-organized Xcode workspace.
Instructions
Moves a file or directory to a new location within allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source path. Can be absolute, relative to active directory, or use ~ for home directory. | |
| destination | Yes | Destination path. Can be absolute, relative to active directory, or use ~ for home directory. |