FileWatch.this

Creates an instance using the linux inotify API

  1. this(string path, bool recursive, bool treatDirAsFile)
  2. this(string path, bool ignored1, bool ignored2)
    struct FileWatch
    version(!FSWUsesWin32 && FSWUsesINotify)
    this
    (
    string path
    ,
    bool ignored1 = false
    ,
    bool ignored2 = false
    )
  3. this(string path, bool recursive, bool treatDirAsFile)

Meta