Skip to content
Andrew Lambert edited this page Jun 15, 2019 · 6 revisions

PKZip.IsZipped

Method Signature

 Function IsZipped(Extends TargetFile As FolderItem, ScanStructure As Boolean = False) As Boolean

Parameters

Name Type Comment
TargetFile FolderItem The file to examine
ScanStructure Boolean Optional. If True then the archive is checked for consistency. This does not verify the contents of the archive, only the structure of the archive itself.

Return value

Returns True if the file is likely a Zip archive.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally