blob: 6ac8c16936acde5c6925f361ee23e991b7c38018 (
plain)
1
2
3
4
5
|
The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user-supplied glob pattern.
As the file list changes from one interval to the next, events are
generated and dispatched to registered observers. Three types of
events are supported -- added, modified, and removed.
|