2 projects tagged "Virtual File System"
D:GameVFS is a minimalist virtual filesystem library for the D programming language oriented at game developers. It provides an easy-to-use API for filesystem-independent file/directory manipulation. It supports basic VFS functionality. Files and directories can be created, read, and written, but not deleted. There are no security features (e.g., D:GameVFS can't handle a situation in which a file it's working with is deleted outside the program).
Translation of an RCS file collection or CVS repository history as a fast-import stream.