Core Function DirExists
From Sputnik Wiki
DirExists ( <path> )
Contents |
Description
Determines whether the given path refers to an existing directory on disk.
Parameters
path
The path to use.
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None
Example
println( DirExists('test') );