Constant inotify_sys::IN_ISDIR[][src]

pub const IN_ISDIR: u32 = 0x40000000;
[]

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.