pathOf

fun pathOf(vararg elems: Any): String

Joins the given elems into a /-separated path, filtering out empty elements.

Return

the joined path string

Parameters

elems

the path elements