Skip to content

PKZip.ZipWriter.SetEntryModificationDate

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

PKZip.ZipWriter.SetEntryModificationDate

Method Signature

 Sub SetEntryModificationDate(Path As String, ModDate As Date)

Parameters

Name Type Comment
Path String The entry to modify.
ModDate Date The modification date for the entry.

Remarks

Sets the modification date for the entry. When not specified the modification date will be the current date. The zip date format has a year range of 1980-2099, a resolution of 2 seconds, and no time zone.

Entry-level points of interest denoted by "☜"



Clone this wiki locally