Hi everyone,
I'm simply trying to create a hidden file using a QFile but I cannot find a option/parameter/mode to make this file 'hidden' nor while creating it, nor after it's creation..
Since I'm using XP 32bit, I've found this documentation about the Win32-CreateFile-function:
http://msdn.microsoft.com/en-us/library/aa363858.aspx
So is there a way to do this more clean? (via QT thus ;-))
thx in advance,
R3
ps: MSVC8.0, QT v4.3.3