I'm looking for a wrapper that distills zlib to:
- OpenZipFile()
- GetItemInfo(n)
- UnzipItem(n) // Bonus points for unzipping recursively if item n is a directory.
I see a lot of wrappers around the zlib library on, say, codeproject.com but they are all platform-specific in order to provide the added platform-specific functionality of unzipping to file/memory buffer/pipe.