-
-
Notifications
You must be signed in to change notification settings - Fork 1
BZip2.IsBZipped
Andrew Lambert edited this page Nov 27, 2022
·
2 revisions
BZip2.IsBZipped
Function IsBZipped(Extends TargetFile As FolderItem) As Boolean
Function IsBZipped(Extends Target As MemoryBlock) As Boolean
Name | Type | Comment |
---|---|---|
TargetFile | FolderItem | The file to examine |
Name | Type | Comment |
---|---|---|
Target | MemoryBlock | The memory to examine |
Returns True
if the file/memory is likely compressed with BZip2.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.