Function safe_path_join

Source
pub fn safe_path_join(base: &Path, relative: &Path) -> Result<PathBuf>
Expand description

Join paths safely, preventing directory traversal