Function compio_fs::symlink_dir

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

Creates a new symlink to a directory on the filesystem.