pub const FDFLAGS_APPEND: Fdflags = 1 << 0; // 0x0001u16
Expand description

Append mode: Data written to the file is always appended to the file’s end.