2008-10-23, 04:56 PM
what's wrong here?
assign (inputfile,'data.txt');
reset (inputfile);
everytime i run this, it says error, file not found, although i have that file there.
the file is of the exactly same name, i checked it a billion times, and I made sure that the directory is correct, it's in the same directory as the program, and i even used chagedir, to make sure it's in the same directory.
why can't pascal find the fuucking stupid file?
I"M SO FUUCKING PISSED!!!!!!!!!!!!!
assign (inputfile,'data.txt');
reset (inputfile);
everytime i run this, it says error, file not found, although i have that file there.
the file is of the exactly same name, i checked it a billion times, and I made sure that the directory is correct, it's in the same directory as the program, and i even used chagedir, to make sure it's in the same directory.
why can't pascal find the fuucking stupid file?
I"M SO FUUCKING PISSED!!!!!!!!!!!!!

