Copy items from zip using ZipReader

Copy items from zip using ZipReader

Hi,

I currently in the process of integrating Xceed Real-Time Zip in my code. Still on the trial period and using ver 6.1.

I seem to be having an issue when using the CopyTo and CopyFilesTo method as nothing is getting copied from or to the archive. I managed to work around the archive creation by using ZipWriter and writing the files manually to the archive using streams.

My problem now is that I cannot figure out how to reverse the operation to use ZipReader to extract/copy the items from the archive. I cannot seem to find a way to list the items in the zip archive and copy them using streams one at a time.

Is such a method supported?