Function compio_fs::symlink

source ยท
pub async fn symlink(
    original: impl AsRef<Path>,
    link: impl AsRef<Path>,
) -> Result<()>
Available on Unix only.
Expand description

Creates a new symbolic link on the filesystem.