DirectoryCreate
Creates a directory
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The directory path to create | |
|
|
| [true] Whether to create all paths necessary to create the directory path |
|
|
|
| [false] Whether to ignore if a directory already exists |
|
|
|
| When provided will attempt to set the posix permissions on the directory |
Examples
Related
Last updated