append

Function append 

Source
pub fn append(base: &mut String, relative: &str)
Expand description

Appends a relative path to a base path.

If relative is an absolute path, the base path is replaced completely.