Constant inotify_sys::IN_ISDIR[][src]

pub const IN_ISDIR: uint32_t = 1073741824

Indicates that the subject of an event is a directory

This constant can be used to check against the mask field in inotify_event.

See man page for additional details.