xHarbour Reference Documentation > Function Reference |
Decodes a base 64 encoded file.
HB_Base64DecodeFile( <cBase64File>, <cTargetFile> ) --> NIL
The return value is always NIL.
HB_Base64DecodeFile() reads an entire base 64 encoded file, decodes it, and writes the original data into a second file.
See also: | HB_Base64Decode(), HB_Base64Encode(), HB_Base64EncodeFile() |
Category: | Encoding/Decoding , xHarbour extensions |
Source: | tip\encoding\Base64.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com