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
Unzip a Zip File to a Directory
Unzip a Zip file into a directory. set zip = CreateObject("Chilkat.Zip2")
zip.UnlockComponent "anything for 30-day trial"
zip.OpenZip "something.zip"
numFilesUnzipped = zip.Unzip "someDirectory"
if (numFilesUnzipped = -1) then
zip.SaveLastError "errors.txt"
end if
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.