ports/sysutils/ruby-directory_watcher/pkg/DESCR

6 lines
326 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.