Hello!
Change to SSD on my computer, and now my Delphi7 Application is not working right.
Have the following code;
var
fil2 : text;
procedure ..........
begin
if fileexists('c:\auto\regnskap.dat')=true then begin
assignfile(fil2,'c:\auto\regnskap.dat');
reset(fil2);
....
The if fileexists...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.