Delete Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Delete Method

Delete a ZipEntry from the archive.

Overload List

Delete a ZipEntry from the archive.

public void Delete(ZipEntry);

Delete an entry by name

public bool Delete(string);

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace