watchDirectory - multiple declarations
Function watchDirectory
Starts watching a directory for changes.
DirectoryWatcher watchDirectory
(
GenericPath!(vibe.core.path.PosixPathFormat) path,
bool recursive = true
) @safe;
Function watchDirectory