INotifyTree

Track events in the whole directory tree, automatically adding watches to any new sub-directories and stopping watches in the deleted ones.

Members

Functions

read
TreeEvent[] read(Duration timeout)

Read events from iNotifyTree with timeout. In contrast with iNotify, it lists full path to file (from the root of directory)

read
TreeEvent[] read()

Same as read but blocks the thread until some inotify event comes on watches.

Properties

descriptor
int descriptor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

events
TreeEvent[] events;
Undocumented in source.

Meta