Path

fun Path(base: String, vararg parts: String): Path(source)
fun Path(base: Path, vararg parts: String): Path(source)

Returns Path for the given base path concatenated with parts using SystemPathSeparator.


expect fun Path(path: String): Path(source)

Returns Path for the given string without much of a validation.

actual fun Path(path: String): Path(source)
actual fun Path(path: String): Path(source)
actual fun Path(path: String): Path(source)
actual fun Path(path: String): Path(source)