Skip to main content

join_root_name

Function join_root_name 

Source
pub fn join_root_name(root: &Path, name: &str) -> Result<PathBuf, Error>
Expand description

Join the root + name into a concrete profile directory path. Performs structural validation only; callers that touch the filesystem should also run ensure_no_filesystem_collision.