>> Any suggestions? I think you are on the right trac: byIndex counts from the first file, all the way through to the end. It's the wrong function to be calling. Looking through the page you referred to, it appears you can step through the zip file by file by calling, UnZipAFileInfo() as the docs say, "Use the UnzipAFileInfo function in conjunction with UnzipGotoTopFile, UnzipGotoNextFile, UnzipGotoFileByName, and UnzipGotoFileByIndex functions to return information regarding a particular file contained in the open zip file"
So, GoTop, GetInfo, GoNext until done, and you should only traverse the index once. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4srhsdsniaegnbbmwsufanp28uqb5y7e4gfk5cjaa0...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

