Skip to content

USTAR.TarWriter.SetEntryModificationDate

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

USTAR.TarWriter.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