Details
Description
Did:
qDebug() << QDir::cleanPath( "subdir/subdir2/../../../app2/subdir/subdir2/something.exe" );
Expected to see:
../app2/subdir/subdir2/something.exe
Got instead:
subdir/../../app2/subdir/subdir2/something.exe
cleanPath( "subdir/../../app2" ) results in the correct: "../app2"
Attachments
Issue Links
- relates to
-
QTBUG-23892 QDir::cleanPath of "dir/.." is wrong.
- Closed