toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem.op.readdir
/
DirEntry
Dir
Entry
class
DirEntry
(
val
name
:
String
,
val
type
:
Filetype
,
val
inode
:
Long
,
val
cookie
:
Long
)
(
source
)
Members
Constructors
Dir
Entry
Link copied to clipboard
constructor
(
name
:
String
,
type
:
Filetype
,
inode
:
Long
,
cookie
:
Long
)
Properties
cookie
Link copied to clipboard
val
cookie
:
Long
inode
Link copied to clipboard
val
inode
:
Long
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
Filetype