-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.IsZipped
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
PKZip.IsZipped
Function IsZipped(Extends TargetFile As FolderItem, ScanStructure As Boolean = False) As Boolean
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. |
Returns True
if the file is likely a Zip 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.