ArchiveWriter.updateEntry

void updateEntry(string path, const(ubyte)[] content, EntryWriteOptions opts = EntryWriteOptions.init)

Update/replace an existing entry.

Parameters

pathPath of the entry to update.
contentNew content for the entry.
optsPer-entry write options.

Throws

ArchiveError with UNSUPPORTED_FEATURE if format doesn't

support entry updates.