VFS

Virtual file system (VFS) module provides a virtual and uniform file system across all platforms, so that the user can use one uniform path and API to open one file on all platforms without caring where the file is actually in. VFS supports user-implemented file system drivers and devices, which allows the file system to be extended to support reading files from zip archives, online server, etc.

Topics

Types

Functions