[][src]Macro indigo_macros::path_join

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

Joins multiple paths together.