Constant lrs::inotify::flags::WATCH_ONLY_DIRECTORY

Only add the watch if the path refers to a directory.

Syntax

const WATCH_ONLY_DIRECTORY: WatchFlags = WatchFlags(IN_ONLYDIR);

See also