-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipWriter.SetEntryComment
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub SetEntryComment(Path As String, Comment As String)
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. |
Adds or updates the entry comment string. Comments must not exceed 64KB in length.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.