inotify::ffi::IN_DELETE_SELF [-] [+] [src]

pub const IN_DELETE_SELF: uint32_t = 0x00000400

Event: Watched file or directory was deleted.

This may also occur if the object is moved to another filesystem, since mv(1) in effect copies the file to the other filesystem and then deletes it from the original.

An IN_IGNORED event will subsequently be generated.