Posted on 2008-03-28 12:31:13-07 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 2008-03-28 16:27:04-07 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
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.