Skip to content

PKZip.ZipWriter.Commit

Andrew Lambert edited this page Oct 28, 2018 · 5 revisions

Method Signatures

 Sub Commit(WriteTo As BinaryStream)
 Sub Commit(WriteTo As FolderItem, Overwrite As Boolean = False)

Parameters

AppendEntry(BinaryStream)

Name Type Comment
WriteTo Writeable The stream to write the archive to.

AppendEntry(String, Readable, UInt32, Date)

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.

Remarks

Writes all entries to the archive file or stream.

Entry-level points of interest denoted by "☜"



Clone this wiki locally