pub fn link_component_paths(
    from: &ComponentPathBuf,
    to: &ComponentPathBuf
) -> Result<HashSet<PathBuf>>
Expand description

Links one component paths into another Creates the directories of the destination if they do not exist Returns a list of all links created