path

fun path(vararg parts: String, separator: String = DEFAULT_AGENT_PATH_SEPARATOR): String(source)

Joins the given parts into a single path string using the specified separator.

Return

A string representing the joined path.

Parameters

parts

The parts to join into a path.

separator

The separator to use between parts. Defaults to DEFAULT_AGENT_PATH_SEPARATOR.