CreateZip Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZip.CreateZip Method

Create a zip archive sending output to the outputStream passed.

Overload List

Create a zip archive sending output to the outputStream passed.

public void CreateZip(Stream,string,bool,string,string);

Create a zip file/archive.

public void CreateZip(string,string,bool,string);

Create a zip file.

public void CreateZip(string,string,bool,string,string);

See Also

FastZip Class | ICSharpCode.SharpZipLib.Zip Namespace