ZipFile.Create Method (String)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Create Method (String)

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

public static ZipFile Create(
   string fileName
);

Parameters

fileName
The name of the archive to create.

Return Value

Returns the newly created ZipFile

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile.Create Overload List