Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxCompressFile(uncompressedFile , compressedFile : STRING;                 tradeOff                          : INTEGER;
                VAR rate                          : REAL)                 status                            : INTEGER;
 
To be completed.
 
The xpxCompressFile function uses gzip to compress a file on the file system..
The argument <uncompressedFile> specifies the name of the file to be compressed.
The argument <compressedFile> specifies the name of the resulting compressed file.
The <tradeOff> argument specifies integer number between 1 and 9. Optimizes on speed and compression rate respectively.
The <rate> argument returnes the compression rate.
This function is equivalent to the EDMinterface function edmiCompressFile

  • No labels