Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
5.9.2
-
None
-
Windows 10 x86 (msvc2015)
Qt 5.9.2
Description
QTemporaryDir does not work as expected on Windows 10
QString path = QDir::tempPath() + "/" + "QtCreator" + "-XXXXXX"; QTemporaryDir dir(path); qDebug() << path << dir.path();
path is: "C:/Users/Thomas/AppData/Local/Temp/QtCreator-XXXXXX"
dir.path is : ""
I found this when building Qt Creator with Qt 5.9.2.
With Qt 5.10 (RC) I get the expected result.
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-18063 4.3: Qt Creator leaks empty temporary directories like QtCreator-08z5DH
- Closed