Skip to content

PKZip.ZipWriter.AppendDirectory

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

PKZip.ZipWriter.AppendDirectory

Method Signature

 Function AppendDirectory(Entry As FolderItem, Recursive As Boolean = True) As String

Parameters

Name Type Comment
Entry FolderItem The directory to append to the archive.
Recursive Boolean Optional. If True, then sub-directories and files within the Entry directory will be appended too.

Return value

Returns the path of the directory within the archive.

Remarks

Appends a directory structure to the archive.

Entry-level points of interest denoted by "☜"



Clone this wiki locally