join

abstract fun join(vararg paths: String): String(source)

Join all arguments together and normalize the resulting path.

Parameters

paths

paths to join.

Throws

{TypeError} if any of the path segments is not a string.