[][src]Function symbolic_common::join_path

pub fn join_path(base: &str, other: &str) -> String

Joins paths of various platforms.

This attempts to detect Windows or Unix paths and joins with the correct directory separator. Also, trailing directory separators are detected in the base string and empty paths are handled correctly.