Macro af_core_macros::path_join[][src]

macro_rules! path_join {
    ($first:expr, $($path:expr),+) => { ... };
    ($path:expr) => { ... };
}

Joins multiple paths together.