MRCI/docs/intern_commands/fs_mkpath.md
2019-09-06 23:43:07 -04:00

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.