- 
    Bug 
- 
    Resolution: Cannot Reproduce
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    5.9.2
- 
    None
- 
    Windows 10 x86 (msvc2015)
 Qt 5.9.2
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.
- resulted from
- 
                    QTCREATORBUG-18063 4.3: Qt Creator leaks empty temporary directories like QtCreator-08z5DH -         
- Closed
 
-