Function iNotifyTree

Create a INotifyTree to recusivly establish watches in path, using mask to choose which events to watch on.

auto INotifyTree iNotifyTree (
  string path,
  uint mask
);