toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem
/
FileSystem
File
System
interface
FileSystem
(
source
)
Inheritors
NotImplementedFileSystem
Members
Functions
execute
Link copied to clipboard
abstract
fun
<
I
:
Any
,
E
:
FileSystemOperationError
,
R
:
Any
>
execute
(
operation
:
FileSystemOperation
<
I
,
E
,
R
>
,
input
:
I
)
:
Either
<
E
,
R
>
is
Operation
Supported
Link copied to clipboard
abstract
fun
isOperationSupported
(
operation
:
FileSystemOperation
<
*
,
*
,
*
>
)
:
Boolean