Add move_path tool (#27366)
<img width="629" alt="Screenshot 2025-03-24 at 10 06 39 AM" src="https://github.com/user-attachments/assets/b099fcc0-b2f4-44ee-8c8f-416808363689" /> Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
co-authored by
Marshall Bowers
parent
f38ee81e83
commit
43712285bf
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user