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 {
TreeEvent[] events;
}

Members

Functions

read
TreeEvent[] read(Duration timeout)
read
TreeEvent[] read()

Meta