Skip to content

BZip2.IsBZipped

Andrew Lambert edited this page Nov 27, 2022 · 2 revisions

BZip2.IsBZipped

Method Signatures

 Function IsBZipped(Extends TargetFile As FolderItem) As Boolean
 Function IsBZipped(Extends Target As MemoryBlock) As Boolean

Parameters

IsBZipped(FolderItem) As Boolean

Name Type Comment
TargetFile FolderItem The file to examine

IsBZipped(MemoryBlock) As Boolean

Name Type Comment
Target MemoryBlock The memory to examine

Return value

Returns True if the file/memory is likely compressed with BZip2.

Clone this wiki locally