Function build_rooted_abs_path
pub fn build_rooted_abs_path(root: &str, path: &str) -> StringExpand description
build_rooted_abs_path will build an absolute path with root.
ยงRules
- Input root MUST be the format like
/abc/def/ - Output will be the format like
/path/to/root/path.