Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
Path
fun Path(base: String, vararg subpaths: String): Path
(source)
Converts the name sequence specified with the base path string and a number of subpaths additional names
to a Path object of the default filesystem.
See Also
Paths.get