Script functions reference > Script functions in alphabetical order > B

B
Base64DecodeFile
Syntax
Base64DecodeFile(InputFile, OutputFile);
Full path and name of the output file with decoded data. If the file already exists, it will be overwritten.
Description
Decodes a base64 encoded file and stores the result in an output file.
Returns
A number indicating whether the decoding was successful.
1
0
Example
base64DecodeFile("C:\Data\ToDecode.txt","C:\Data\Decoded.txt");
OpenText StreamServe 5.6 Updated: 2013-03-01