pub const IN_MASK_CREATE: u32 = 0x10000000;Expand description
Only create watches, errors on existing watches.
This bit can be set in inotify_add_watch’s mask parameter, to
configure the watch. Conflicts with IN_MASK_ADD.
See man page for additional details.