Xceed Zip for COM/ActiveX on x86/x64 Documentation
Example topics
/ Unzip method example for VC++
In This Topic
Unzip method example for VC++
In This Topic
ExThe following code uses the Unzip method to unzip all the files from the zip file "c:\test\my test.zip" into the directory "c:\test\unzipped files". If the directory does not already exist, it will be created automatically. You should check the Unzip method's return value once you are done – if it is xerSuccess
(value 0) the operation was successful. Otherwise, look up the error code in the error codes list to find out what went wrong.