<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="+1"><font face="monospace">hi Juan, guys,<br>
<br>
fileout included, fixes little thing in Base64MimeConverter<br>
<br>
--- snippet not working without the fix -------------<br>
". example base64 encoding "<br>
<br>
inFile _ '/home/p/download/testDir.zip'.<br>
file64 _ '/home/p/download/testDir.zip.b64'. <br>
rs1 _ inFile asFileEntry readStream useBytes.<br>
rs2 _ file64 asFileEntry forceWriteStream .<br>
Base64MimeConverter mimeEncode: rs1 to: rs2. <br>
rs1 close. rs2 close.<br>
<br>
-------------------------------------------------------<br>
<br>
bye<br>
Nicola<br>
<br>
<br>
</font></font>
</body>
</html>