symlink

Function symlink 

Source
pub async fn symlink(
    target: impl AsRef<Path>,
    link: impl AsRef<Path>,
) -> Result<()>
Expand description

Create a symbolic link.

target is what the symlink points to, link is the path of the new symlink.