joinToPath

fun List<BreadcrumbItem>.joinToPath(separator: String = "/"): String

Joins the path segments of all BreadcrumbItems in this list into a single path string using the given separator.

Return

The full path string.

Parameters

separator

The separator placed between path segments. Defaults to "/".