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
/
NotDirectory
Not
Directory
class
NotDirectory
(
val
message
:
String
,
val
errno
:
FileSystemErrno
=
NOTDIR
)
:
ResolvePathError
(
source
)
Members
Constructors
Not
Directory
Link copied to clipboard
constructor
(
message
:
String
,
errno
:
FileSystemErrno
=
NOTDIR
)
Properties
errno
Link copied to clipboard
open
override
val
errno
:
FileSystemErrno
message
Link copied to clipboard
open
override
val
message
:
String