Function cap_primitives::fs::hard_link
source ยท pub fn hard_link(
old_start: &File,
old_path: &Path,
new_start: &File,
new_path: &Path,
) -> Result<()>
Expand description
Perform a linkat
-like operation, ensuring that the resolution of the path
never escapes the directory tree rooted at start
.