vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function EventDriverWatchers.watchDirectory

Watches a directory or a directory sub tree for changes.

abstract WatcherID watchDirectory (
  string path,
  bool recursive,
  nothrow @safe void delegate(WatcherID, ref const(FileChange)) callback
) nothrow @safe;
Authors
Copyright
License