rustix::fs

Function symlink

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

symlink(old_path, new_path)—Creates a symlink.

§References