Function fs_err::os::unix::fs::symlink

source ·
pub fn symlink<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
Expand description

Creates a new symbolic link on the filesystem.

Wrapper for std::os::unix::fs::symlink