xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SX_FDecompress()

Decompresses a compressed file.

Syntax

Sx_FDecompress( <cCompressed>, <cUncompressed ) --> lSuccess

Arguments

<cCompressed>
This is the name of file previously compressed with SX_FCompress(). It must include path and file extension.
<cUncompressed>
This is the name of the file to create. It must include path and file extension.

Return

The function returns .T. (true) when the uncompressed file is successfully created, otherwise .F. (false) is returned.

Description

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.

Info

See also:HB_Compress(), SX_FCompress()
Category: File functions , Six driver
Source:rdd\hbsix\sxcompr.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe