Function fs_err::tokio::hard_link

source ยท
pub async fn hard_link(
    src: impl AsRef<Path>,
    dst: impl AsRef<Path>,
) -> Result<()>
Expand description

Creates a new hard link on the filesystem.

Wrapper for tokio::fs::hard_link.