Qore fsevent Module
..
|
Module FsEventPoller
provides a high level API for event-driven file and directory monitors.
Available classes:
Event options are provided to the above classes with the following option hashes:
Any AbstractFsEventPoller can be configured to match file names by:
"inventory_[A-J].*\.csv"
); Qore regex options can be provided in the reopts
option key"*.csv"
)User can specify one style of mask in the constructor. A FILEPOLLER-ERROR
exception is raised whenever both masks are defined.
Default value for matching is to take all file names.
Initial release