pub const IN_DONT_FOLLOW: u32 = 0x02000000;Expand description
Don’t dereference path, if it is a symbolic link
This bit can be set in inotify_add_watch’s mask parameter, to
configure the watch.
See man page for additional details.
pub const IN_DONT_FOLLOW: u32 = 0x02000000;Don’t dereference path, if it is a symbolic link
This bit can be set in inotify_add_watch’s mask parameter, to
configure the watch.
See man page for additional details.