xHarbour Reference Documentation > Function Reference |
Decodes a UUEncoded file.
HB_UUDecodeFile( ( <cUUEFile>, <cTargetFile> ) --> NIL
The return value is always NIL.
HB_UUDecodeFile() reads an entire UUEncoded file, decodes it, and writes the original data into a second file.
See also: | HB_UUDecode(), HB_UUEncode(), HB_UUEncodeFile() |
Category: | Encoding/Decoding , xHarbour extensions |
Source: | tip\encoding\UUEncode.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com