Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.path
/
PathError
/
AbsolutePath
Absolute
Path
class
AbsolutePath
(
val
message
:
String
,
val
errno
:
FileSystemErrno
=
NOTCAPABLE
)
:
PathError
,
ResolvePathError
(
source
)
Members
Constructors
Absolute
Path
Link copied to clipboard
constructor
(
message
:
String
,
errno
:
FileSystemErrno
=
NOTCAPABLE
)
Properties
errno
Link copied to clipboard
open
override
val
errno
:
FileSystemErrno
message
Link copied to clipboard
open
override
val
message
:
String