Function fs_err::tokio::symlink

source ·
pub async fn symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>) -> Result<()>
Available on crate feature tokio only.
Expand description

Creates a new symbolic link on the filesystem.

Wrapper for tokio::fs::symlink.