Constant lrs::file::flags::FILE_APPEND

Perform all writes to the file at the end of the file.

Syntax

const FILE_APPEND: FileFlags = FileFlags(O_APPEND);

See also