Constant inotify_sys::IN_DELETE [] [src]

pub const IN_DELETE: uint32_t = 512

Event: File or directory was deleted.

This may also include hard links, symlinks, and UNIX sockets.

When monitoring a directory, the event may occur only for the files within, not the directory itself.