symlink_file

Function symlink_file 

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

Creates a new symlink to a non-directory file on the filesystem.