.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::AppendZip

Adds the contents of another existing Zip file to this Zip object.

  Declarations  
    [Visual Basic]
Public Function AppendZip(ByVal String zipFilename) As Boolean

[C#]
public bool AppendZip(string zipFilename);

[C++]
public bool AppendZip(String *zipFilename);

[JScript]
public function AppendZip(String zipFilename) : Boolean
 
  Parameters  
   
zipFilename
The filename of the Zip to be added.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.