join

Macro join 

Source
macro_rules! join {
    ($($thing: expr),*) => { ... };
}
Expand description

join paths together and returns PathBuf