Constant lrs::fd::flags::FD_NO_ACCESS_TIME_UPDATE

Don't update the access time of the file.

Syntax

const FD_NO_ACCESS_TIME_UPDATE: DescriptionFlags = DescriptionFlags(O_NOATIME);

See also