Class: FileStatus
Result of an OpenXRay FS.exist query that checks virtual and/or external files.
Since
OpenXRay 2014-11-02, 827c9f58
Source
C++ class FileStatus
Custom Constructor
FileStatus
Remarks
The object can be used as a boolean in Lua. External means the file was found outside registered virtual archives.
Properties
Exists
ts
readonly Exists: boolean;Whether the file exists.
External
ts
readonly External: boolean;Whether the match came from the external filesystem.