Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.