FileSystemSimpleConfigBlock
Properties
Sets the current working directory. Used in Emscripten bindings.
Implementation of the filesystem. Allows you to completely redefine the implementation. This provides access to more precise settings and parameters of a specific implementation.
Returns a list of pre-opened directories.
Specifies whether access to files outside the pre-opened directories is allowed.
Functions
Adds a pre-opened directory. The directory is mapped from a real path on the host system to a virtual path on the WASM FileSystem.
Sets the current working directory. Used in Emscripten bindings.
Sets the filesystem implementation. Allows you to completely redefine the implementation. This provides access to more precise settings and parameters of a specific implementation.
Specifies whether access to files outside the pre-opened directories is allowed.