Function rustix::fs::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