File Storage
Abstraction over file system access used by the FUS client.
Implementations may target different platforms (JVM, JS, Native) and storage backends. The API is intentionally minimal and synchronous to keep it portable.
Functions
Link copied to clipboard
Opens a file handle at the given path with a platform-specific mode (e.g. "r", "rw"). The returned FileHandle must be closed by the caller when no longer needed.