Package-level declarations
Types
The External API interface for interacting with non-sandboxed files/directories. A ref must be picked for a starting point.
The Internal API interface for interacting with sandboxed files/directories
KmpFileMetadata defines metadata for files. Only size is supported for now.
Defines a common MimeType interface
KmpFs Provides limited multiplatform (iOS, Android, Desktop, and Web Browser) filesystem interactions both inside and outside application sandboxes in iOS and Android via a mostly unified API. KmpFs is split into two primary APIs: IInternalKmpFs and IExternalKmpFs which both implement IKmpFs.
Represents a lightweight reference to a file/directory location. Refs do not contain any file data or file handles themselves, only a reference to a location. Refs also contain basic information like file/directory name and if it is a file or directory.
Returned from IKmpFs.listWithDepth
The write mode for a sink
Functions
Creates a writable sink for the ref
Creates a readable source for the ref