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
|
Zip a Directory Tree
Create a .zip file containing an entire directory tree. # file: ZipExample1.py import chilkat zip = chilkat.CkZip() zip.UnlockComponent("anything for 30-day trial") # Simple example showing how to zip a directory tree. zip.NewZip("exampleData.zip") zip.AppendFiles("exampleData/*",True) zip.WriteZip() |
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.