make_directory
Creates a new directory at the specified path, optionally creating parent folders and tolerating an existing directory.
Instructions
Create a directory. This modifies the computer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| parents | No | ||
| exist_ok | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||