Adds the content of a folder to the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Phone.Zip (in C1.Phone.Zip.dll)

Syntax

C#
public void AddFolder(
	string path
)
Visual Basic
Public Sub AddFolder ( _
	path As String _
)

Parameters

path
Type: System..::..String
The full path of the folder to be added to the zip file.

Remarks

This method adds all files and sub folders to the zip file.

See Also