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

Back to Zip Class Summary

Zip::AppendFiles

Appends one or more files to the Zip object. The filePattern can use the "*" or "?" wildcard characters. "*" means 0 or more of any character, and "?" means any single character. Set recurse equal to True to recursively add all subdirectories, or False to only add files in the current directory.

  Declarations  
    [Visual Basic]
Public Function AppendFiles(ByVal String filePattern , ByVal Boolean recurse) As Boolean

[C#]
public bool AppendFiles(string filePattern , bool recurse);

[C++]
public bool AppendFiles(String *filePattern , bool recurse);

[JScript]
public function AppendFiles(String filePattern , Boolean recurse) : Boolean
 
  Parameters  
   
filePattern
A filename or wildcarded file pattern specifying the file(s) to be added to the Zip.
recurse
If True, recursively descend directories to add an entire directory tree.
 

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