11 lines
298 B
Markdown
11 lines
298 B
Markdown
### Summary ###
|
|
|
|
attempt to create a directory and all sub-directories of a given path.
|
|
|
|
### IO ###
|
|
|
|
```[-path (text)]/[text]```
|
|
|
|
### Description ###
|
|
|
|
this attempts to create the directory and all sub-directories needed to make the path given in -path. this does nothing if the path already exists. |