We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, Is it possible to update only a part of file without rewriting the entire file? The documentation about the "fopen ()" function says files can be opened in "read","write" or "append" mode but not "read/write". So if I want to modify/update only a part of the file I think I have to use a temporary file. Is it correct?
Massimo.