pub const OFLAGS_CREAT: Oflags = 1 << 0; // 0x0001u16
Expand description

Create file if it does not exist.