path

Macro path 

Source
macro_rules! path {
    ($($x:expr),*) => { ... };
}