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;