create directory (directory)
Create a directory
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
directory | String | ✓ | The directory to create, relative to the .lazurite data directory. Directories will be created recursively, i.e. if you specify path/to/directory , path and path/to will also be created if they don’t already exist. |
Output
void - This is a statement with no outputs