Creating a ZIP file on Windows (XP/2003) in C/C++

前端 未结 7 867
粉色の甜心
粉色の甜心 2020-11-29 05:01

I am looking for a way to create a ZIP file from a folder in Windows C/C++ APIs. I can find the way to do this in VBScript using the Shell32.Application CopyHere method, and

7条回答
  •  悲&欢浪女
    2020-11-29 05:31

    I do not think that MFC or the Windows standard C/C++ APIs provide an interface to the built in zip functionality.

提交回复
热议问题