ZipFile.Add Method (IStaticDataSource, String)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Add Method (IStaticDataSource, String)

Add a file entry with data.

public void Add(
   IStaticDataSource dataSource,
   string entryName
);

Parameters

dataSource
The source of the data for this entry.
entryName
The name to give to the entry.

See Also

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