compio_fs

Function hard_link

Source
pub async fn hard_link(
    original: impl AsRef<Path>,
    link: impl AsRef<Path>,
) -> Result<()>
Expand description

Creates a new hard link on the filesystem.