Function rustix::fs::link

source ·
pub fn link<P: Arg, Q: Arg>(old_path: P, new_path: Q) -> Result<()>
Expand description

link(old_path, new_path)—Creates a hard link.

References