FileSystemSimpleConfigBlock

Properties

Link copied to clipboard

Sets the current working directory. Used in Emscripten bindings.

Link copied to clipboard

Implementation of the filesystem. Allows you to completely redefine the implementation. This provides access to more precise settings and parameters of a specific implementation.

Link copied to clipboard

Returns a list of pre-opened directories.

Link copied to clipboard

Specifies whether access to files outside the pre-opened directories is allowed.

Functions

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

Sets the current working directory. Used in Emscripten bindings.

Link copied to clipboard

Sets the filesystem implementation. Allows you to completely redefine the implementation. This provides access to more precise settings and parameters of a specific implementation.

Link copied to clipboard

Specifies whether access to files outside the pre-opened directories is allowed.