div
Platform and version requirements: JVM (1.5), JRE7 (1.5)
operator fun Path.div(other: Path): Path
Resolves the given other path against this path.
This operator is a shortcut for the Path.resolve function.
Platform and version requirements: JVM (1.5), JRE7 (1.5)
operator fun Path.div(other: String): Path
Resolves the given other path string against this path.
This operator is a shortcut for the Path.resolve function.
© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.path/java.nio.file.-path/div.html