Add Create Directory Tool (#27505)
`mkdir -p` but it works cross-platform and uses project abstractions. <img width="629" alt="Screenshot 2025-03-26 at 11 02 37 AM" src="https://github.com/user-attachments/assets/9ef58d53-3343-4c94-a8f3-b82ab942611b" /> Release Notes: - N/A
This commit is contained in:
parent
e67ad1a1b6
commit
9db4c8b710
3 changed files with 95 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
Creates a new directory at the specified path within the project. Returns confirmation that the directory was created.
|
||||
|
||||
This tool creates a directory and all necessary parent directories (similar to `mkdir -p`). It should be used whenever you need to create new directories within the project.
|
Loading…
Add table
Add a link
Reference in a new issue