Home Explore Blog CI



zed

crates/assistant_tools/src/move_path_tool/description.md
f4387e13ca4a61a4113bba51e82f06fb740795338ac0a7e7000000030000016e
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.

Chunks
1a2f59c1 (1st chunk of `crates/assistant_tools/src/move_path_tool/description.md`)
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.