[−][src]Function cap_primitives::fs::set_times_nofollow
pub fn set_times_nofollow(
start: &File,
path: &Path,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>
) -> Result<()>
Like set_times
, but never follows symlinks.