pub fn set_mtime(path: &Path, mtime: FileTime) -> Result<()>
Set the modification time of path (symlinks are followed; use set_symlink_mtime for the link itself).
path
set_symlink_mtime
Returns an error if the time cannot be set.