DirectoryCreate

Creates a directory

Method Signature

DirectoryCreate(path=[string], createPath=[boolean], ignoreExists=[boolean], mode=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

path

string

true

The directory path to create

createPath

boolean

false

[true] Whether to create all paths necessary to create the directory path

true

ignoreExists

boolean

false

[false] Whether to ignore if a directory already exists

false

mode

string

false

When provided will attempt to set the posix permissions on the directory

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC