Download List

项目描述

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).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-20 08:40
0.1

这是初始发布版本。VFS 的基本功能是完整的。此版本可以堆栈目录,一个目录中的文件覆盖在其他部分。它可以只读取/写入/创建文件和目录,不会删除它们。有没有安全功能和在这一刻,没有档案的支持。只有文件系统后端现在是物理文件系统。API 还不稳定。
标签: Major, Initial
This is the initial release. Basic VFS functionality is complete. This release can stack directories so that files in one directory override ones in the other. It can only read/write/create files and directories, not delete them. There are no security features and, at the moment, no archive support. The only filesystem backend right now is the physical filesystem. The API is not yet stable.

Project Resources