Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.8.0
-
None
-
windows
Description
QDir does not handle quoted paths
e.g
QDir dir("\"some quoted folder which exists\"")
dir.entryList(); //fails
either QDir in general or QDir::cleanPath() could unquote such a path to make it usable