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
Write Zip with No Compression (Level 0 Compression)Download: Chilkat .NET Assemblies To write a Zip without compression, set the compression level to 0 after all file references have been added. Chilkat.Zip zip = new Chilkat.Zip(); zip.UnlockComponent("anything for 30-day trial"); zip.NewZip("test.zip"); zip.AppendFiles("c:/temp/a/*", true); // To write a Zip without compression: // Set the compression level to 0 *after* all file references have been // added, and just prior to writing the .zip. zip.SetCompressionLevel(0); zip.WriteZipAndClose(); Important: The download for this
example does not contain the ChilkatDotNet.dll which |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.