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.
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.