devela::_dep::rustix::fs

Function symlink

pub fn symlink<P, Q>(old_path: P, new_path: Q) -> Result<(), Errno> 
where P: Arg, Q: Arg,
Available on crate feature dep_rustix only.
Expand description

symlink(old_path, new_path)—Creates a symlink.

§References