Method lrs::fs::Flags::relative_access_time_update

Returns whether the access time is only updated if its older than the modification or status change times.

Syntax

impl Flags {
    fn relative_access_time_update(self) -> bool
}