Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.2.1
-
None
-
target platform :WinCE7.0
Description
the code:
QDir cd;
cd.setPath("xxx\xxx\xxx");
QFileInfoList info_list<<cd.entryInfoList(QDir::AllEntries);
the info_list contains all the folders and files but ".." and ".".