watchDirectory

Starts watching a directory for changes.

  1. DirectoryWatcher watchDirectory(Path path, bool recursive)
    @safe
    watchDirectory
    (
    Path path
    ,
    bool recursive = true
    )
  2. DirectoryWatcher watchDirectory(string path, bool recursive)

Meta