Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
.Z Uncompress (LZW)Delphi sample code to .Z uncompress a file using the LZW compression algorithm. // UNIX uncompress a file. // The UnixCompress component uses LZW compression. procedure TForm1.Button18Click(Sender: TObject); begin // The UnixCompress object is included with the Chilkat Zip license. UnixCompress1.UnlockComponent('anything for 30-day trial'); UnixCompress1.UncompressFile('hamlet.xml.Z','hamletOutZ.xml'); end;
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.