Hi,

I want to create a File in a given Directory.

f.e.:

Qt Code:
  1. QFile myFile("C:/Home/File.txt")
To copy to clipboard, switch view to plain text mode 

doing it the way above Qt doesnt create any File. I want to create a QDir (that works fine) and save all created Strems inside this QDir. Can anybody help?