Skip to content

PKZip.ZipWriter.SetEntryExtraData

Andrew Lambert edited this page Apr 17, 2021 · 3 revisions

PKZip.ZipWriter.SetEntryExtraData

Method Signature

 Sub SetEntryExtraData(Path As String, Extra As MemoryBlock)

Parameters

Name Type Comment
Path String The entry to modify.
Extra MemoryBlock The extra data for the entry.

Remarks

Sets the custom extra data for the entry. The extra data may be no longer than 64KB

Entry-level points of interest denoted by "☜"



Clone this wiki locally