FileWatch.this

Generic fallback implementation using std.file.dirEntries

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

Meta