fast_create_directory
Create a directory at a specified path, with automatic creation of parent directories if they do not exist.
Instructions
Creates a directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the directory to create | |
| recursive | No | Create parent directories if they do not exist |