Home Explore Blog CI



zed

1st chunk of `crates/assistant_tools/src/move_path_tool/description.md`
1a2f59c165c993b7982788ec3612dcbe09c77fabff1033c6000000010000016e
Moves or rename a file or directory in the project, and returns confirmation that the move succeeded.
If the source and destination directories are the same, but the filename is different, this performs
a rename. Otherwise, it performs a move.

This tool should be used when it's desirable to move or rename a file or directory without changing its contents at all.

Title: File/Directory Move/Rename Operation
Summary
This function moves or renames a file or directory within a project. If the source and destination directories are the same, it renames the file/directory. Otherwise, it moves it. It's designed for operations where the content remains unchanged.