文件名称:zip dll and code
文件大小:1.35MB
文件格式:ZIP
更新时间:2017-10-08 08:44:47
压缩源码
该动态库中包含了压缩和解压缩的实现,用vs2010打开工程可以直接运行,封装了六个函数,能实现代码操作对文件(夹)的压缩和解压缩: 函数: BOOL WINAPI ZipPackDir(CString& pFilePath, CString& mZipFileFullPath); //打包文件夹 OK BOOL WINAPI ZipPackFiles(CString &mZipFileFullPath, CString& mUnPackPath); //打包文件夹内部文件和文件夹 OK BOOL WINAPI ZipUnPacktoDir(CString &mZipFileFullPath, CString& mUnPackPath); //解压到文件夹 OK BOOL WINAPI ZipUnPackFiles(CString &mZipFileFullPath, CString& mUnPackPath); //直接解压 OK BOOL WINAPI Zipfile(CString &mZipFileFullPath, CString& mUnPackPath); BOOL WINAPI UnZipFileFromZip(CString &mZipFileFullPath, CString& mUnPackPath,CString& mRelativePath);
【文件预览】:
ZipDll
----Release()
--------ZipDll.exp(2KB)
--------ZipDll.pdb(3.55MB)
--------ZipTest.exe(101KB)
--------ZipDll.lib(5KB)
--------ZipDll.dll(68KB)
----ZipDll.sln(885B)
----ZipDll.suo(26KB)
----ZipDll()
--------ZipDll.aps(34KB)
--------stdafx.cpp(137B)
--------Resource.h(362B)
--------ZipDll.cpp(2KB)
--------res()
--------ZipDll.rc(6KB)
--------stdafx.h(1KB)
--------ZipDll.vcxproj.user(143B)
--------targetver.h(236B)
--------ZipDll.vcxproj(6KB)
--------ZipDll.def(207B)
--------zipsrc()
--------ZipDll.vcxproj.filters(2KB)
--------ZipDll.h(1KB)
--------ReadMe.txt(2KB)
----ZipDll接口.txt(1KB)