In smtpmail v5.7a the DoneWithFiles procedure does
not remove the b64- encoded file under windows.
I believe the WHEN on the assignment of cLocalFile is
being evaluated before the path has been converted to
contain '/' forward slashes. Breaking the Assign
into two statements will fix this.
Submitted: Derek Lord
derekl at progressive-solutions dot com