object_store::util

Function join_path

Source
pub fn join_path(parent: &str, child: &str) -> String
Expand description

Push child to parent dir and normalize the output path.

  • Path endswith / means it’s a dir path.
  • Otherwise, it’s a file path.