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 line is working, and the program find the file, but the next line it give an error, "invalid file name"
This program/code have been working for years, but after I change to SSD it does not.
Any solutions??
Regards
Kåre!
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 line is working, and the program find the file, but the next line it give an error, "invalid file name"
This program/code have been working for years, but after I change to SSD it does not.
Any solutions??
Regards
Kåre!