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

zlib.IsGZipped

Method Signatures

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

Parameters

IsGZipped(FolderItem) As Boolean

Name Type Comment
TargetFile FolderItem The file to examine

IsGZipped(MemoryBlock) As Boolean

Name Type Comment
Target MemoryBlock The memory to examine

Return value

Returns True if the file/memory is likely gzipped.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally