-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.TarWriter.AppendDirectory
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub AppendDirectory(Entry As FolderItem, RelativeRoot As FolderItem = Nil)
Name | Type | Comment |
---|---|---|
Entry | FolderItem | The directory to append to the archive. |
RelativeRoot | FolderItem | Optional. The root directory of the archive (see 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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.