9349798e14
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. WWW: http://rubyforge.org/projects/codeforpeople/ Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
7 lines
379 B
Text
7 lines
379 B
Text
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.
|
|
|
|
WWW: http://rubyforge.org/projects/codeforpeople/
|