Companion

expect object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard

Either / (on UNIX-like systems including Android, iOS, and Linux) or \ (on Windows systems).

Functions

Link copied to clipboard
fun File.toOkioPath(normalize: Boolean = false): Path
fun Path.toOkioPath(normalize: Boolean = false): Path
Link copied to clipboard
expect fun String.toPath(normalize: Boolean = false): Path

Returns the Path representation for this string.

actual fun String.toPath(normalize: Boolean): Path
actual fun String.toPath(normalize: Boolean): Path