Skip to content

PKZip.ZipWriter.SetEntryComment

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

PKZip.ZipWriter.SetEntryComment

Method Signature

 Sub SetEntryComment(Path As String, Comment As String)

Parameters

Name Type Comment
Path String The entry to be commented upon.
Comment String The comment. To remove a previously set comment pass the empty string.

Remarks

Adds or updates the entry comment string. Comments must not exceed 64KB in length.

Entry-level points of interest denoted by "☜"



Clone this wiki locally