pub fn set_symlink_file_times<P>(
    p: P,
    atime: FileTime,
    mtime: FileTime,
    ctime: FileTime
) -> Result<()>
where P: AsRef<Path>,
Expand description

Set the last access, modification and creation times for a file on the filesystem. This function does not follow symlink.