FileWatch.this

Creates an instance using the Win32 API

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

Meta