support entry removal.
ArchiveWriter.removeEntry
void removeEntry(string path)Remove an entry from the archive (if supported).
Parameters
path | Path of the entry to remove. |
Throws
ArchiveError with UNSUPPORTED_FEATURE if format doesn't
void removeEntry(string path)Remove an entry from the archive (if supported).
path | Path of the entry to remove. |
support entry removal.