[go: up one dir, main page]

[][src]Function fs_err::soft_link

pub fn soft_link<P: AsRef<Path> + Into<PathBuf>, Q: AsRef<Path> + Into<PathBuf>>(
    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.