inotify::ffi::IN_CREATE
[-] [+]
[src]
pub const IN_CREATE: uint32_t=
0x00000100
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.