Don't update the access time of the file.
const FILE_NO_ACCESS_TIME_UPDATE: FileFlags = FileFlags(O_NOATIME);
open(2) and O_NOATIME therein