Skip to main content

symlink_dir

Function symlink_dir 

Source
pub async fn symlink_dir(
    original: impl AsRef<Path>,
    link: impl AsRef<Path>,
) -> Result<(), Error>
Available on Windows and crate feature fs only.
Expand description

Creates a new symlink to a directory on the filesystem.