Eyeon:Script/Reference/Libraries/eyeon/fileexists
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.fileexists(string filename)
- filename (string, required)
A string representing the full path and filename.
Returns
This function returns a boolean (true / false) value indicating if the filename specified in its argument exists.
Remarks
The function will return false if the last character is directory separator.
Requirements
- eyeonScript 5.0
Examples