Constant lrs::fd::flags::FD_APPEND

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

Syntax

const FD_APPEND: DescriptionFlags = DescriptionFlags(O_APPEND);

See also