Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.7.0
-
None
-
Linux
Description
QDir::entryList(QDir::Files|QDir::Hidden|QDir::System) includes directories in the listing – there doesn't seem to be a difference between QDir::entryList(QDir::Files|QDir::Hidden|QDir::System) and QDir::entryList(QDir::Files|QDir::Dirs|QDir::Hidden|QDir::System) [where IMO only the latter should include directories].
Same goes for QDir::entryInfoList.
Attachments
Issue Links
- is replaced by
-
QTBUG-15421 [Regression] QDirIterator returns hidden directories when it should only return files and returns hidden files when it should only return directories
-
- Closed
-