xpxCompressFile


 

FUNCTION xpxCompressFile(uncompressedFile : STRING;
                         compressedFile   : STRING;
                         tradeOff         : INTEGER;
                         VAR rate         : REAL) 
                         status           : INTEGER;

Use this function  to compress a file on the file system.

Arguments


TypeNameComment
STRINGuncompressedFilespecifies the name of the file to be compressed.
STRINGcompressedFilespecifies the name of the resulting compressed file.
INTEGERtradeOffargument specifies integer number between 1 and 9. Optimizes on speed and compression rate respectively.
REALrateargument returns the compression rate.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â