create_directory
Create directories with full paths, supporting recursive creation of nested folders on any drive.
Instructions
Create a new directory (folder). Supports recursive creation of nested directories. Works on all drives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the directory to create. Example: D:\Projects\NewFolder\SubFolder |