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 TreeDownloads for Windows/Linux and Install Instructions Ruby script to create a .zip archive containing an entire directory tree. # file: ZipExample1.rb require 'rubygems' require 'chilkat' # Simple example showing how to Zip a directory tree zip = Chilkat::CkZip.new() zip.UnlockComponent("anything for 30-day trial") zip.NewZip("exampleData.zip") zip.AppendFiles("exampleData/*",true) zip.WriteZip() |
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.