Skip to content
Prev 174258 / 398506 Next

zip.file.extract

On 3/19/2009 2:30 PM, Li, Xuejun wrote:
That seems fairly unlikely to be a zip file; it looks like a gzip file, 
based on the extension.

zip.file.extract is for zip archives.  The closest equivalent in the 
gzip world is a .tar.gz file.

I don't know if there is a built-in gunzip function, but you can call a 
system function using system().

Duncan Murdoch