Skip to content

PKZip.ZipWriter.SetEntryModificationDate

Andrew Lambert edited this page Oct 28, 2018 · 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.

Entry-level points of interest denoted by "☜"



Clone this wiki locally