Function fs_err::soft_link[][src]

pub fn soft_link<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
👎 Deprecated:

replaced with std::os::unix::fs::symlink and std::os::windows::fs::{symlink_file, symlink_dir}

Wrapper for fs::soft_link.