xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_UUDecodeFile()

Decodes a UUEncoded file.

Syntax

HB_UUDecodeFile( ( <cUUEFile>, <cTargetFile> ) --> NIL

Arguments

<cUUEFile>
This is a character string holding the name of a UUEncoded file. It can be created by HB_UUEncodeFile().
<cTargetFile>
This is a character string holding the name of the file where the decoded data is written to.

Return

The return value is always NIL.

Description

HB_UUDecodeFile() reads an entire UUEncoded file, decodes it, and writes the original data into a second file.

Info

See also:HB_UUDecode(), HB_UUEncode(), HB_UUEncodeFile()
Category: Encoding/Decoding , xHarbour extensions
Source:tip\encoding\UUEncode.c
LIB:xhb.lib
DLL:xhbdll.dll


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