create_directory
Create a new directory at the specified path to organize project files and structure your workspace efficiently.
Instructions
Creates a directory at the specified path (can be absolute or relative to project).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirpath | Yes | The path to the directory to create, relative to the project root. |