cxExtractFile(3) The GNUpdate Project cxExtractFile(3)NAME
cxExtractFile - Extracts the specified file.SYNOPSIS
#include <comprex.h> CxStatus cxExtractFile(CxFile *file, const char *destPath);PARAMETERS
file The file to extract. destPath The destination path, or NULL to use the existing filename.DESCRIPTION
Extracts the specified file.RETURNS
Nothing. libcomprex 05 Mar 2003 cxExtractFile(3)