Skip to content

USTAR.TarWriter.AppendDirectory

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

USTAR.TarWriter.AppendDirectory

Method Signature

 Sub AppendDirectory(Entry As FolderItem, RelativeRoot As FolderItem = Nil)

Parameters

Name Type Comment
Entry FolderItem The directory to append to the archive.
RelativeRoot FolderItem Optional. The root directory of the archive (see remarks).

Remarks

Adds the directory represented by the Entry parameter to the archive. If RelativeRoot is specified then the Entry and all subdirectories and files within it will be stored as a sub directory (named as Entry.Name) of the archive root. If RelativeRoot is not specified then all subdirectories and files within the Entry directory are added to the archive root rather than in a subdirectory.

Entry-level points of interest denoted by "☜"



Clone this wiki locally