Function af_core::path::append[][src]

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

Appends a relative path to a base path.

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