Shaitan00
August 3rd, 2005, 02:51 PM
I created a class (CZip.cpp/.h) that is used to UnZip and Zip files - now I need to create a function able to Test/Validate a ZIP archive...
(using Info-Zip's Zip32.dll and Unzip32.dll)
First question - can I even accomplish such a thing using UnZip.dll?
Specifically I want to mimic the "UNZIP.EXE -T C:\File.ZIP" functionality which tells me if the ZIP is valid or not
Second question - how do I accomplish such a task?
To Unzip I know I can use "*Wiz_SingleEntryUnzip" but I have no clue what to use to Test the Archive?
(nor can I find a complete list of the API calls that are supported)
Any help/clues would be greatly appreciated
Thanks,
(using Info-Zip's Zip32.dll and Unzip32.dll)
First question - can I even accomplish such a thing using UnZip.dll?
Specifically I want to mimic the "UNZIP.EXE -T C:\File.ZIP" functionality which tells me if the ZIP is valid or not
Second question - how do I accomplish such a task?
To Unzip I know I can use "*Wiz_SingleEntryUnzip" but I have no clue what to use to Test the Archive?
(nor can I find a complete list of the API calls that are supported)
Any help/clues would be greatly appreciated
Thanks,