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

zlib.IsDeflated

Method Signature

 Function IsDeflated(Extends TargetFile As FolderItem) As Boolean

Parameters

IsDeflated(FolderItem) As Boolean

Name Type Comment
TargetFile FolderItem The file to examine

IsDeflated(MemoryBlock) As Boolean

Name Type Comment
Target MemoryBlock The memory to examine

Return value

Returns True if the file/memory is likely deflated.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally