Skip to main content

create_symlink_beneath

Function create_symlink_beneath 

Source
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.