Skip to content

PKZip.ZipWriter.DeleteEntry

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

PKZip.ZipWriter.DeleteEntry

Method Signature

 Sub DeleteEntry(Path As String)

Parameters

Name Type Comment
Path String The path to be deleted.

Remarks

Deletes the archive entry. If the entry was a directory then all entries within the directory are also deleted.

Entry-level points of interest denoted by "☜"



Clone this wiki locally