Function fs_err::hard_link

source ·
pub fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(src: P, dst: Q) -> Result<()>
Expand description

Creates a new hard link on the filesystem.

Wrapper for fs::hard_link.