← Docs
kotlin-stdlib / kotlin.io.path / Path

Path

JVM
JRE7
1.5
fun Path ( path : String ) : Path
(source)

Converts the provided path string to a Path object of the default filesystem.

See Also

Paths.get

JVM
JRE7
1.5
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

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .