Retrieve the contents of a file from your MFS.
Optional
options: Partial<CatOptions>Change the permissions on a file or directory in your MFS
Optional
options: Partial<ChmodOptions>List directory contents from your MFS.
Make a new directory in your MFS.
Optional
options: Partial<MkdirOptions>Return statistics about a UnixFS DAG in your MFS.
Optional
options: StatOptionsOptional
options: ExtendedStatOptionsUpdate the mtime of a UnixFS DAG in your MFS.
Optional
options: Partial<TouchOptions>Add a single Uint8Array
to your MFS as a file.
Optional
options: Partial<WriteOptions>Add a stream of Uint8Array
to your MFS as a file.
Optional
options: Partial<WriteOptions>
The MFS interface allows working with files and directories in a mutable file system.