mkdir¶
Hook creating a directory.
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| path | str | True | The path to file or directory |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | path | str |
Returns¶
str
Examples¶
mkdir¶
Make a directory
compact->: mkdir path/to/dir
expanded:
->: mkdir
path: path/to/dir