Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
GUnzip a File
Delphi sample code to decompress a .gz file. // Un-Gzip a .gz file. procedure TForm1.Button16Click(Sender: TObject); begin // The Gzip object is included with the Chilkat Zip license. Gzip1.UnlockComponent('anything for 30-day trial'); Gzip1.UncompressFile('hamlet.xml.gz','hamletOut.xml'); end;
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.