Create Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Create Method

Create a new ZipFile whose data will be stored on a stream.

Overload List

Create a new ZipFile whose data will be stored on a stream.

public static ZipFile Create(Stream);

Create a new ZipFile whose data will be stored in a file.

public static ZipFile Create(string);

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace