join

abstract fun join(vararg paths: Path): String

Join Path

Join this path by the delimiter for this path type with another path, yielding a path composed of both.


abstract fun join(first: String, vararg rest: String): String

Join Path by String

Join this path by the delimiter for this path type with another path, yielding a path composed of both.


abstract fun join(other: Iterable<String>): String

Join Path by Segments

Join this path by the delimiter for this path type with another path, yielding a path composed of both.