Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem
/
FileSystem
File
System
interface
FileSystem
:
AutoCloseable
(
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