DirectoryExists
Method Signature
DirectoryExists(path=[string], allowRealPath=[boolean])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?
