copy_time

Function copy_time 

Source
pub fn copy_time(from: impl AsRef<Path>, to: impl AsRef<Path>) -> Result<()>
Expand description

Copy time stamp from one file to another.

Including last_access_time (atime) and last_modification_time (mtime).