create_directory
Creates a directory path recursively, including any missing parent directories. Handles the task of setting up folder structures for file operations.
Instructions
Create a directory path recursively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory to create |