toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
Path
/
Companion
Companion
object
Companion
Members
Members & Extensions
Functions
from
Platform
Path
Link copied to clipboard
fun
Path.Companion
.
fromPlatformPath
(
platformPath
:
String
)
:
Path
fun
Path.Companion
.
fromPlatformPath
(
platformPath
:
ByteString
)
:
Path
from
Uri
Link copied to clipboard
fun
fromUri
(
uri
:
Uri
)
:
Path
Create a new path from a URI.
invoke
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.