pub fn ensure_dir_trailing_separator(input: &str) -> String
Ensures a trailing / for non-empty directory paths.
/