DirectoryExists

Determines whether a directory exists

Method Signature

DirectoryExists(path=[string], allowRealPath=[boolean])

Arguments

Argument
Type
Required
Description
Default

path

string

true

The directory path

allowRealPath

boolean

true

Whether to allow an absolute path as the path argument

true

Examples

Last updated

Was this helpful?