Function fs_set_times::set_atime
source · [−]pub fn set_atime<P: AsRef<Path>>(path: P, atime: SystemTimeSpec) -> Result<()>
Expand description
Set the last access timestamp of a file or other filesystem object.
pub fn set_atime<P: AsRef<Path>>(path: P, atime: SystemTimeSpec) -> Result<()>
Set the last access timestamp of a file or other filesystem object.