Constant inotify_sys::IN_ONLYDIR[][src]

pub const IN_ONLYDIR: uint32_t = 16777216

Only watch path, if it is a directory

This bit can be set in inotify_add_watch's mask parameter, to configure the watch.

See man page for additional details.