Capreatki Jul 19th, 2005 fopen("c:newdirfile.dat", "r") above statment can be rectified as fopen("c:newdirfile.dat", "r");
hi2vino Profile Answers by hi2vino Sep 13th, 2005 This statement should be fopen("c:\\newdirfile.dat","r");
What's wrong with the call "fopen("c:newdirfile.dat", "r")"?