ZipFile.Delete Method (String)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Delete Method (String)

Delete an entry by name

public bool Delete(
   string fileName
);

Parameters

fileName
The filename to delete

Return Value

True if the entry was found and deleted; false otherwise.

See Also

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