Hello all

I,m working with the QTSDK 1.2.1 and use the QT 4.8.1 on visual studio 2010
my OS is Win7
the problem is if i try the following code:

Qt Code:
  1. QDir pathInfo("C:\");
  2. QFileInfoList childrenInfo = pathInfo.entryInfoList(QDir::AllDirs | QDir::NoDotAndDotDot | QDir::NoSymLinks );
To copy to clipboard, switch view to plain text mode 

i get an empty list. if instead i call to pathInfo.entryInfoList() i get all the folders but i must have the filers.


before i upgrade to 4.8.1 i worked with QTSDK 1.1 ( i think) using the QT 4.7.4 and its work fine

is any one know if its a known bugs? how can i pass it?
or is any one has a solution for that?

thanks a lot
Moti