kotlin-stdlib / kotlin.io.path / Path Path JVM JRE7 1.4 @ExperimentalPathApi fun Path(path: String): Path Converts the provided path string to a Path object of the default filesystem. See Also Paths.get JVM JRE7 1.4 @ExperimentalPathApi fun Path( base: String, vararg subpaths: String): Path 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