[go: up one dir, main page]

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

Wrapper for tokio::fs::symlink.