hello all, i am trying to append text to an existing file, but i want to append the text to the beginning of the file after opening the file handler using fopen("filename", a+);
how would i move the file pointer the the beginning of the file?
moving the pointer after using fopen
Moderator: General Moderators