Uncompresses a GZip encoded string into its original unencoded data.
Note: This is a static function not a method of wwAPI
GZipUncompressString(lcCompressed)
Return Value
Uncompressed data. Data can be binary. On error an empty string is returned.
Parameters
lcCompressed
The compressed GZip data to encode
Remarks
Requires that ZLib1.dll is available in the FoxPro path. Based on the open source ZLib library (www.zlib.net).
This function uses temporary files in the Temp folder to unzip the Zip data.
See also:
Class wwAPI | GZipCompressString© West Wind Technologies, 2023 • Updated: 05/02/13
Comment or report problem with topic