it_Compression::gzCompressFile



o.gzCompressFile(cUnCompressedFileName As String, cCompressedFileName As String,nCompressLevel as Integer, nOriginalFileSize as Integer)

Return Value

True or False

Parameters

cUnCompressedFileName As String

cCompressedFileName As String

nCompressLevel as Integer

nOriginalFileSize as Integer


Remarks

Compresses a file into gzip format. It does this in one step using a Filetostr() on the input
file. This uses more memory but works faster. In the future there will be a method
which will read blocks and write blocks so as to minimise memory usage on large files.

See also:

Class it_Compression


Last Updated: 26/08/2005