join

fun join(vararg paths: Path): Path(source)

Returns the path resulting from joining paths together with this path.


fun join(vararg stringPaths: String): Path(source)

Returns the path resulting from joining the provided paths in string notation stringPaths together with this path.