Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.3
-
None
Description
Create a QFileInfo object with the current directory by using QFileInfo("./")
On Linux you will get the complete path when calling absolutePath, but on Windows it will not get the complete path.
Instead, on Windows you do not get the last bit of the path.