Stream<bool> watchDirectory(String path) { network("WATCH DIR $path"); return onWatchDirectory(VPaths.sanitize(path)); }