Function fs_err::soft_link

source ·
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}
Expand description

Wrapper for fs::soft_link.