Companion

object Companion

Functions

Link copied to clipboard
fun Path.Companion.fromPlatformPath(platformPath: ByteString): Path
Link copied to clipboard
fun fromUri(uri: Uri): Path

Create a new path from a URI.

Link copied to clipboard
operator fun invoke(rootUri: Uri, names: List<ByteString>): Path

Create a new path from a root URI and a list of names.