it_Compression::gzCompressFiletoString



o.gzCompressFiletoString(cUnCompressedFileName As String, cCompressedString As String, nCompressLevel as Integer, nOriginaFilelSize as Integer )

Return Value

True or False

Parameters

The following Parameters should be passed by Reference

cCompressedString

Remarks

This will take an un compressed file and return it's contents as a compressed string via the
cCompressedString parameter.

Example

o.gzCompressFiletoString(cUnCompressedFileName,@cCompressedString ,nCompressLevel ,nOriginaFilelSize)

See also:

Class it_Compression


Last Updated: 26/08/2005