mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
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.
|