Virtual File System
Introduction
The virtual file system resides on an existing file system. Applications would use the vfs if they require certain files to be “inaccessible†to the user, but accessible to the application. It does this by storing all files within a single data file, and managing the files with a single index file. Multiple index/data pairs can be referenced by the same application, allowing it to store different files in different vfs's. This also allows files to be compressed and/or encrypted in the vfs, even if the underlying file system does not support these features. In addition, applications can define and query arbitrary application-specific attributes of any file in the vfs.

Recent comments
1 week 2 days ago
2 weeks 1 day ago
3 weeks 4 days ago
3 weeks 4 days ago
4 weeks 12 hours ago
5 weeks 1 day ago
5 weeks 3 days ago
6 weeks 15 hours ago
6 weeks 2 days ago
6 weeks 3 days ago