pub fn set_symlink_times<P: AsRef<Path>>(
path: P,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>,
) -> Result<()>Expand description
Like set_times, but never follows symlinks.
pub fn set_symlink_times<P: AsRef<Path>>(
path: P,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>,
) -> Result<()>Like set_times, but never follows symlinks.