FILE * outfile;
outfile = fopen ("adsf.txt", "w");
fprintf (outfile, "adsfasdf");
fclose (outfile);
There is no error, the file is not found asdf.txt.
Reply:
NND, need to use absolute paths. . .
Reply:
Relative path can be, look at whether there is a relative file path
Reply:
Can be found
No comments:
Post a Comment