Glenn McCorkle wrote:
>>//!!glennmcc: begin Aug 22, 2002
>>//remove contents of textarea.tmp when "C" hotkey is pessed
>> tmpeditor.maxlines=-1;
>> strcpy(tmpeditor.filename,"textarea.tmp");
>> ie_savef(&tmpeditor);
>>//!!glennmcc: end
Are you on the way to Win32 programming ? what about replacing your 3
lines by simple
unlink("textarea.tmp"); ?
which does EXACTLY the same ? ;-)
(at least tmpeditor structure doesn't stay stored anyway in DOS memory
- this is why it is called TMPeditor... well, the struct part of
tmpeditor stays in memory, but xSwap part doesn't...
Please note, that I am not reading my e-mail on my DOS machine just now.
I can try to start downloading [EMAIL PROTECTED] on my DOS box again, but
I am out of disk space in DOS anyway.