/
xpxCompressFile
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
Type | Name | Comment |
STRING | uncompressedFile | specifies the name of the file to be compressed. |
STRING | compressedFile | specifies the name of the resulting compressed file. |
INTEGER | tradeOff | argument specifies integer number between 1 and 9. Optimizes on speed and compression rate respectively. |
REAL | rate | argument 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.
, multiple selections available,
Related content
Compress file
Compress file
More like this
edmiUncompressFile
edmiUncompressFile
More like this
edmiCompressFile
edmiCompressFile
More like this
xpxGetFileSize
xpxGetFileSize
More like this
xpxCopyLargeObjectEx
xpxCopyLargeObjectEx
More like this
xpxCopyLargeObject
xpxCopyLargeObject
More like this