join

Function join 

Source
pub fn join<'a, 'b>(
    base: impl PathLike<'b>,
    relative: impl PathLike<'a>,
) -> Cow<'a, str>
Expand description

Joins a base path and a relative path.

If relative is an absolute path, it is returned unmodified.