Eyeon:Script/Reference/Libraries/eyeon/direxists

From VFXPedia

< Eyeon:Script | Reference | Libraries | eyeon
Revision as of 02:10, 1 March 2008 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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




Tips for direxists (edit)

EyeonTips:Script/Reference/Libraries/eyeon/direxists