Function symlink
pub async fn symlink(
original: impl AsRef<Path>,
link: impl AsRef<Path>,
) -> Result<(), Error>Available on crate feature
fs and Unix only.Expand description
Creates a new symbolic link on the filesystem.