O_APPEND

Constant O_APPEND 

Source
pub const O_APPEND: i32 = _; // 8i32
Expand description

Open flag: all writes append to the end of the file.