pub fn set_times_nofollow(
start: &File,
path: &Path,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>,
) -> Result<()>
Expand description
Like set_times
, but never follows symlinks.
pub fn set_times_nofollow(
start: &File,
path: &Path,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>,
) -> Result<()>
Like set_times
, but never follows symlinks.