o.gzUnCompressStringToFile(cCompressedString As String, cUnCompressedFileName As String, nOriginalFileSize as Integer )
Return Value
True or False
Parameters
The following Parameters should be passed by Reference
cCompressedString
Remarks
This will take a compressed string as input and decompress it to a file
Example
o.gzUnCompressStringToFile(@cCompressedString, cUnCompressedFileName, nOriginalFileSize)
See also:
Class it_Compression