create_directory_code
Creates a new directory at the specified path, with an option to create parent directories automatically.
Instructions
Create a new directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the directory to create | |
| recursive | No | Whether to create parent directories if they dont exist |