Macro path_resolve

Source
macro_rules! path_resolve {
    ($($args:tt)*) => { ... };
}
Expand description

Joins multiple paths together and then resolves the result.