Skip to main content

normalise_dir

Function normalise_dir 

Source
pub fn normalise_dir(input: &str) -> Result<PathBuf>
Expand description

Turn user input into an absolute, usable directory: expand ~, resolve relative paths against the working directory, and create it if needed.