|
| | filesystem.h |
| | Defines a generic API for a file system, including classes for File, Directory, and FileSystem.
|
| |
| | path.h |
| | Provides utilities for handling file and directory paths.
|
| |
| | vfs.h |
| | Defines a Virtual File System (VFS) class for managing multiple filesystems and providing a unified interface for file and directory operations.
|
| |
| | vfsresource.h |
| | Defines VFSResource classes for wrapping File and Directory objects as Resources in the Virtual File System, allowing file system operations to be performed through the Resource interface.
|
| |