[][src]Function hygeia::utils::create_hard_links

pub fn create_hard_links<S, P1, P2>(
    copy_from: P1,
    new_files: &[S],
    in_dir: P2,
    replace_sharps_with: &str
) -> Result<()> where
    S: AsRef<str> + AsRef<OsStr> + Debug,
    P1: AsRef<Path>,
    P2: Into<PathBuf>,