DESCR 326 B

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