Kmp Fs Ref
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.
Functions
Clears any cached data for a given ref. The WASM target requires caching ref data in a specific way to persist references. This will clear any cache data and render the persisted ref useless after the current session.
Creates a writable sink for the ref
Creates a readable source for the ref
Creates a byteArray that is safe for persisting to a key/value store or a database for future use with KmpFsRef.fromPersistableBytes
Creates a string that is safe for persisting to a key/value store or a database for future use with KmpFsRef.fromPersistableString