|
Boolean File Monitor Class
|
File
|
A file to monitor. The existence of this file is checked periodically,
and if it exists, the True Object is displayed. If it doesn't, the False
Object is displayed. This lets you build a status display, for example,
showing whether a render or other process has finished.
|
True Object
|
The object to display if the file exists.
|
False Object
|
The object to display if the file does not exist.
|
Update Interval
|
The interval between checks.
|
Variables
|
The following variables are exported by objects of this class. Variable
names are case sensitive.
Variable | Description |
BFPath |
The full path name of the filename. |
SCFile |
The file component of the filename. |
|