Eyeon:Script/Reference/Libraries/eyeon/fileexists

From VFXPedia

Jump to: navigation, search


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




Tips for fileexists (edit)

EyeonTips:Script/Reference/Libraries/eyeon/fileexists