Constant inotify_sys::IN_CREATE [] [src]

pub const IN_CREATE: uint32_t = 256

Event: File or directory was created.

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.