Thread

Posted on Fri Mar 28 14:31:13 2008 by dpramanik
Uncompress returns -3
I tried that but the error was somethign diferent. I incremented the byte pointer for the file data by 2 bytes and then then send it to the uncompress function but it returns the same error but the errors come at diff point. Can you please send me some working code if you have, I'm just trying to open a zip file and select a file then uncompress it. I have read the list of files and created a data structure for each file. Do I need send the byte address of file pointer let me know.
Direct Responses: 7494 | Write a response
Posted on Fri Mar 28 18:27:04 2008 by pmarquess in response to 7493
Re: Uncompress returns -3
Sorry, no C code to do what you want. Have a look at IO::Uncompress::Unzip for perl code that manipulates a zip local header.

Paul
Write a response