xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_Base64DecodeFile()

Decodes a base 64 encoded file.

Syntax

HB_Base64DecodeFile( <cBase64File>, <cTargetFile> ) --> NIL

Arguments

<cBase64File>
This is a character string holding the name of a base 64 encoded file. It can be created by HB_Base64EncodeFile().
<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_Base64DecodeFile() reads an entire base 64 encoded file, decodes it, and writes the original data into a second file.

Info

See also:HB_Base64Decode(), HB_Base64Encode(), HB_Base64EncodeFile()
Category: Encoding/Decoding , xHarbour extensions
Source:tip\encoding\Base64.c
LIB:xhb.lib
DLL:xhbdll.dll


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