A simple newbie question
How do I open a file for both read and write using one open statement ?
Do I have to open a file for read, close it then reopen it for write ?
I have a need to read a value from a file, then overwrite the value once it's been read