Hi Ramon,
Any chance of having FILE_FLAG_NO_BUFFERING option with reading/writing text files.
I'm doing this manually at the moment but thought it would be a nice function option.
With this I'm able to open, read the file into my own buffer. Close the file handle asap, and play around in the buffer freely until I'm ready to write back.