Skip to main content

resolve_path

Function resolve_path 

Source
pub fn resolve_path(path: &str, cwd: &Path) -> PathBuf
Expand description

Resolve a path (relative or absolute) against a working directory. Expands ~ to the user’s home directory.