<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Jul 2018 12:29:36 Z</lastBuildDate><pubDate>27 Jun 2018 18:35:05 Z</pubDate><description>Hi all,&#13;
&#13;
i try to extract a *.gz file (help says: only support for *.tgz, *.tar, *.tar.gz...) but i keep the same error on all 4 variations.&#13;
&#13;
With a *.zip it works like expected with the following code:&#13;
(AFile is the fullpath to the file)&#13;
[code:wl]&#13;
nErr=zipOpen("MyArchive",AFile)&#13;
IF nErr=0 THEN &#13;
	nErr=zipExtractAll("MyArchive",fExtractPath(AFile, fDrive + fDirectory)) &#13;
END &#13;
IF nErr&gt;0 THEN&#13;
	Error("Error unzipping file.",zipMsgError(nErr)) &#13;
END &#13;
zipClose("MyArchive")&#13;
[/code]&#13;
&#13;
Do i miss something or have i use a external tool for that? I really need the *.gz one...&#13;
&#13;
Best regards,&#13;
Thomas</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66016-unzip-files/read.awp</link><title>unzip GZ Files?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Joey Dieleman</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66016-unzip-files-66115/read.awp</comments><pubDate>9 Jul 2018 12:29:36 Z</pubDate><description>Found in a forum:&#13;
&#13;
"I think in the old package repo days, .tgz was used because files on Dos floppies could only have three le…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66016-unzip-files-66115/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66016-unzip-files-66115/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66016-unzip-files/read.awp">unzip GZ Files?</source><title>Re: unzip GZ Files?</title></item></channel></rss>
