Function fs_err::tokio::symlink_dir
source · pub async fn symlink_dir(
src: impl AsRef<Path>,
dst: impl AsRef<Path>
) -> Result<()>
Available on crate feature
tokio
only.Expand description
Creates a new directory symlink on the filesystem.
Wrapper for tokio::fs::symlink_dir
.