archive -- 归档(打包文件夹)为zip/pak
概述
对文件夹中的内容打包归档为zip或pak格式的文件
接口
Static
// Find an archive by path, auto create if need
archive find(string path, bool auto_create = false, string mode = "");
// Open an archive by path, the archive type will be auto detected by suffix of the file path
archive open(string path, string mode);