pub fn join_dir(parent: &str, child: &str) -> StringExpand description
Join two paths and normalize the output dir.
The output dir is always ends with /. e.g.
/a/bjoinc=>/a/b/c//a/bjoin/c/=>/a/b/c/
All internal // will be replaced by /.