Class: FileFS

core.FileFS

Class representing a dynamically growing virtual filesystem within a single data file. The virtual filesystem is held in RAM and synchronized to its data file.

new core.FileFS ()

Properties:
Name Type Description
filesystem core.Filesystem

The target filesystem to write the data file to.

path string

The path of the data file on the target filesystem.

status string

The current loading status of the data file. One of empty|loading|success|error

Extends