Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.1
-
None
Description
When setting up a QDir like the following:
QDir("D:", "filename").entryList(QDir::Files, QDir::Name)
If the current directory on drive D: is not '\', but some subdirectory, and "filename" exists in that subdirectory, the resulting list is empty, because QDir looks for "D:\filename" instead of "D:filename"