Constant inotify_sys::IN_ISDIR
source · pub const IN_ISDIR: u32 = 0x40000000;
Expand description
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.