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

Back to Zip Class Summary

Zip::AppendMultiple

This method is the same as calling AppendFiles multiple times - once for each file pattern in fileSpecs

  Declarations  
    [Visual Basic]
Public Function AppendMultiple(StringArray fileSpecs , ByVal Boolean recurse) As Boolean

[C#]
public bool AppendMultiple(StringArray fileSpecs , bool recurse);

[C++]
public bool AppendMultiple(StringArray *fileSpecs , bool recurse);

[JScript]
public function AppendMultiple(StringArray fileSpecs , Boolean recurse) : Boolean
 
  Parameters  
   
fileSpecs
A collection of filenames and/or wildcarded file patterns specifying the files to be added to the Zip.
recurse
If True, recursively descend each directory in fileSpecs
 

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