Skip to content

USTAR.TarWriter.SetEntryMode

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

USTAR.TarWriter.SetEntryMode

Method Signature

 Sub SetEntryMode(Path As String, Mode As Permissions)

Parameters

Name Type Comment
Path String The entry to modify.
Mode Permissions The new permissions for the entry.

Remarks

Sets the Unix-style permissions for the entry.

Entry-level points of interest denoted by "☜"



Clone this wiki locally