hallo
folgende frage
Code:
try
txt.Lines.SaveToFile(lw.Drive+':\myTemp\'+IntToStr(sc)+'.txt');
except
exit;
end;
ich will mit der funktion auf eine diskette schreiben bis diese voll ist... ich habs auch schon mit on EwriteError do exit; probiert aber auch das geht nicht woran liegt das ?