ZenFS demo

This page demonstrates a utilty for the ZenFS Api, a browser filesystem simulation.

The backend is using local storage. This means that the files do not actually exist on disk, but their contents are saved across page loads in the browser local storage.

You can use the utility to construct a file tree of the ZenFS filesystem. At the same time, you can use the helper routines to create a download link and to download the (virtual) files from browser to disk. You can use the "Reset" button to clear the filesystem and re-populate it.

Program output