Struct INotifyTree

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

struct INotifyTree ;

Methods

NameDescription
read Read events from iNotifyTree with timeout. In contrast with iNotify, it lists full path to file (from the root of directory)
read Same as read but blocks the thread until some inotify event comes on watches.