ArchiveWriter.removeEntry

void removeEntry(string path)

Remove an entry from the archive (if supported).

Parameters

pathPath of the entry to remove.

Throws

ArchiveError with UNSUPPORTED_FEATURE if format doesn't

support entry removal.