Filename
(string) The full path and filename for the decoded binary file.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Crypto.Base64EncodeToFile
OverviewExamples
Crypto.Base64EncodeToFile ( string Source,
string Destination,
number LineLen = 76 )
De s cr ip t ion
Stores the contents of a binary file as a base64-encoded text file.
Note: Base64 encoding is the process of encoding arbitrary data as plain ASCII text. One common use for this type of encoding is sending files through email. It is one of the techniques employed by the MIME standard to send data other than plain ASCII text.
P arame t er s
Source
(string) The full path to the file that you want to encode.