EncodeFile
Sub EncodeFile (
InputFile As String, OutputFile As String) As Boolean |
The EncodeFile function encodes InputFile into Base64 format and saves it in
the OutputFile. Encoding is compatible to RFC
2045.InputFile contains the source file name, OutputFile resulting file.
If the function fails the return value is False and the Error
property contains the error code. If you
want to encode single strings.you should use EncodeVariant
function.
|