pub async fn symlink( target: impl AsRef<Path>, link: impl AsRef<Path>, ) -> Result<()>
Create a symbolic link.
target is what the symlink points to, link is the path of the new symlink.
target
link