Eyeon:Script/Reference/Libraries/eyeon/direxists
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.direxists(string path)
- path (string, required)
A string representing the path to the directory.
Returns
This function returns a boolean (true / false) value indicating if the directory specified in its argument exists.
Remarks
It does not matter if the final character in the path is a directory seperator. The function will return the same result for the strings c:\test and c:\test\.
Requirements
- eyeonScript 5.1
Examples