Function fs_err::tokio::symlink

source ยท
pub async fn symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
Expand description

Creates a new symbolic link on the filesystem.

Wrapper for tokio::fs::symlink.