Constant OPEN_FLAG_TRUNCATE

Source
pub const OPEN_FLAG_TRUNCATE: u32 = 4;
Expand description

Truncate the file on open. Requires write access.