iNotifyTree

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

  1. auto iNotifyTree(string path, uint mask)
    iNotifyTree
    (
    string path
    ,
    uint mask
    )
  2. auto iNotifyTree(string[] roots, uint mask)

Meta