PDA

View Full Version : Rewind QFile



Tino
15th November 2009, 16:30
Can I read a file using QDataStream and the seek(0) function of the QFile to rewind? In doing so, I get strange results.
Is there another way to get back to position 0?

high_flyer
16th November 2009, 09:41
What you describe should work, if you are doing it correctly.
What is "strange results"?