ZipFile.Add Method (String)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Add Method (String)

Add a file to the archive.

public void Add(
   string fileName
);

Parameters

fileName
The name of the file to add.

See Also

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