toggle menu
winds
1.0.2
jvm
switch theme
search in API
api
/
dev.teogor.winds.api.model
/
Path
Path
@
Serializable
data
class
Path
(
val
value
:
String
)
Members
Constructors
Path
Link copied to clipboard
constructor
(
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
absolute
Path
Link copied to clipboard
val
absolutePath
:
String
value
Link copied to clipboard
val
value
:
String
Functions
as
Partial
Local
Path
Link copied to clipboard
fun
asPartialLocalPath
(
)
:
String
is
Root
Link copied to clipboard
fun
isRoot
(
)
:
Boolean
is
Url
Link copied to clipboard
fun
isUrl
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String