DecodeFile
Sub DecodeFile (
InputFile As String , OutputFile As String ) As Boolean |
The DecodeFile function
decodes InputFile into Base64 format and saves it in
the OutputFile. Decoding is compatible to RFC
2045. If the function fails the return value is False and the Error
property contains the error code. Analyzing this property you can find the reason of the failure. If you
want to decode single values you should use DecodeVariant
function.
See also Base64 overview, EncodeFile
|