Public Overloads Sub AddFolder( _ ByVal path As String, _ ByVal searchPattern As String _ )
public void AddFolder( string path, string searchPattern )
Parameters
- path
- The full path of the folder to be added to the zip file.
- searchPattern
- A mask that specifies which files to add.