Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

PKZip.TestZip

Method Signature

 Protected Function TestZip(ZipFile As FolderItem) As Boolean

Parameters

Name Type Comment
ZipFile FolderItem The zip archive to test.

Return value

Returns True if the operation was successful.

Remarks

Extracts the archive while discarding all output. If the operation completes without error then the archive is not corrupt.

Entry-level points of interest denoted by "☜"



Clone this wiki locally