move_path
Move or rename files and directories, including across drives. If the destination is an existing directory, the source is moved into it.
Instructions
Move or rename a file or directory. Can move across drives. If destination exists as a directory, the source will be moved into it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Full path of the file or directory to move. Example: D:\old_location\file.txt | |
| destination | Yes | Destination path. Can be a new name/path for renaming, or an existing directory to move into. Example: E:\new_location\file.txt |