File watchers can be obtained with the nusys.FileSystem.watch method.
Instances of this class will emit signals whenever any file in their watched
path is modified.
Variables
closeSignal:Signal<NoData> = new ArraySignal()
Emitted when this watcher is fully closed. No further signals will be
emitted.