Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.op.chmod
Package-level
declarations
Types
Types
Chmod
Link copied to clipboard
class
Chmod
(
val
path
:
VirtualPath
,
val
baseDirectory
:
BaseDirectory
=
CurrentWorkingDirectory
,
val
mode
:
Int
,
val
followSymlinks
:
Boolean
=
true
)
Chmod
Fd
Link copied to clipboard
class
ChmodFd
(
val
fd
:
FileDescriptor
,
val
mode
:
Int
)