Function cap_primitives::fs::set_times_nofollow[][src]

pub fn set_times_nofollow(
    start: &File,
    path: &Path,
    atime: Option<SystemTimeSpec>,
    mtime: Option<SystemTimeSpec>
) -> Result<()>

Like set_times, but never follows symlinks.