Function opendal::raw::build_rooted_abs_path

source ·
pub fn build_rooted_abs_path(root: &str, path: &str) -> String
Expand 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.