VFS
Introduction
The VFS or Virtual File System is a central component crucial to any modern operating system.
In Dooba there is no operating system. Here the VFS is provided as a library to be included in any application.
The VFS manages filesystems, can mount storage devices and provides object access (files & directories). Most often, this is backed by physical storage media such as an SD card.
- Discover how to use the VFS here: VFS basics
- If needed, custom file systems can be implemented. Instructions are provided here: Creating a filesystem