QFile overwriting file contents
-
Hi
Its a mode like WriteOnlyQFile f(...); if (f.open(QIODevice::WriteOnly | QIODevice::Append)) { ... } -

I apologize if this question is particularly basic, but how do I change this code so that it appends the file, because currently it is only the last entrance in the file, so I think its overwriting
This post is deleted!