build_home_path

Function build_home_path 

Source
pub fn build_home_path<P: AsRef<Path>>(parts: &[P]) -> Result<PathBuf>
Expand description

Builds a path starting from the home directory by appending the given parts, returning a PathBuf.

ยงErrors

  • The home directory cannot be determined.