DirectoryCreate
Method Signature
DirectoryCreate(path=[string], createPath=[boolean], ignoreExists=[boolean], mode=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Script Syntax
if( !directoryExists( expandPath( "/assets/img/icons" ) ) ) {
directoryCreate( "assets/img/icons" );
}
Additional Examples
Related
Last updated
Was this helpful?
