Function path_join

Source
pub fn path_join(value1: &str, value2: &str) -> String
Expand description

Joins two path segments with a forward slash Handles cases where segments already include slashes

§Arguments

  • value1 - First path segment
  • value2 - Second path segment

§Returns

Joined path as a String