xHarbour Reference Documentation > Function Reference |
Decompresses a compressed file.
Sx_FDecompress( <cCompressed>, <cUncompressed ) --> lSuccess
The function returns .T. (true) when the uncompressed file is successfully created, otherwise .F. (false) is returned.
Function SX_FDeompress() reads the entire file <cCompressed> and writes its uncompressed contents into the new file <cUncompressed>. If this file exists already, it is overwritten without warning.
See also: | HB_Compress(), SX_FCompress() |
Category: | File functions , Six driver |
Source: | rdd\hbsix\sxcompr.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com