1 , Manager.zipThis has assorted functions (file copy, time, settings, etc).2 , manc-html.zipAn example I did to retreive an Email Address or URL from an HTML file.3 , basFile.zipThis bas fi le is filled with assorted file related functions. If you
vfspp
vfspp-C ++虚拟文件系统,允许处理来自内存,zip存档或本机文件系统中的文件,就像它只是本机文件系统一样。 对于游戏开发人员来说,在开发过程中使用本机文件系统中的资源,然后将其打包到发行版本中的存档中很有用。
// Register native filesystem during developnment or zip for distribution build
IFileSystemPtr root_fs = nullptr ;
# if !defined(DIST