-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.TarWriter.Commit
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub Commit(WriteTo As Writeable)
Sub Commit(WriteTo As FolderItem, Overwrite As Boolean = False)
Name | Type | Comment |
---|---|---|
WriteTo | Writeable | The stream to write the archive to. |
Name | Type | Comment |
---|---|---|
WriteTo | FolderItem | The file to write the archive to. |
Overwrite | Boolean | Optional. If True , then the WriteTo FolderItem is overwritten if it exists. |
Writes all entries to the archive file or stream. When writing to a FolderItem the archive is not compressed. Pass an instance of ZStream (typically configured to use GZip encoding) to compress the archive.
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.