IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Interface for classes that provide waiting for specific file events (such as ceration or deletion of a specific file or directory). More...
Properties | |
string | Path [get, set] |
Path of the file or directory on which the particular event is waited for. Can be specified as relative path, but is internally stored as fully qualified path. |
Interface for classes that provide waiting for specific file events (such as ceration or deletion of a specific file or directory).
$A Igor Jun10;
string IG::Lib::IWaitFileEvent::Path [get, set] |
Path of the file or directory on which the particular event is waited for. Can be specified as relative path, but is internally stored as fully qualified path.
Implemented in IG::Lib::WaitFileEventBase, IG::Lib::WaitFileEventBaseByProxyLatence, and IG::Lib::WaitFileEventLatenceBase.