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.