toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
RelativePath
/
Companion
Companion
object
Companion
Members
Functions
from
Byte
String
Link copied to clipboard
fun
fromByteString
(
byteString
:
ByteString
)
:
RelativePath
Create a new relative path from a byte string.
invoke
Link copied to clipboard
operator
fun
invoke
(
names
:
List
<
ByteString
>
)
:
RelativePath
Create a new relative path from a list of names.