Public Overloads Sub AddFolder( _ ByVal path As String, _ ByVal searchPattern As String, _ ByVal includeSubfolders As Boolean _ )
public void AddFolder( string path, string searchPattern, bool includeSubfolders )
Parameters
- path
- The full path of the folder to be added to the zip file.
- searchPattern
- A mask that specifies which files to add.
- includeSubfolders
- True to include sub folders, false to include only files at the root level.