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