pub fn build_rel_path(root: &str, path: &str) -> StringExpand description
build_rel_path will build a relative path towards root.
ยงRules
- Input root MUST be the format like
/abc/def/ - Input path MUST start with root like
/abc/def/path/to/file - Output will be the format like
path/to/file.