pub fn create_symlink_beneath(
root: &Path,
relative: &Path,
target: &Path,
) -> Result<()>Expand description
Create a symlink below a trusted root without following or replacing any parent component. The target is stored verbatim and is never resolved.