hard_link

Function hard_link 

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

Creates a new hard link on the filesystem.