Hi,

in the docs is written how to read text data from a file, how to write text data to a file... but it does not say how to create a file. It always starts with qfile:pen but if we don't have that file we need to create it first. How can we do that?

On the other hand, seems like I just need to add "\n" in the middle of the string associated to QString in order to have different rows, is that true? does it work differently in Windows OS?

thanks!