I have a slight problem with itching. How to get the right example for the Windows path in Qt?
Say I have a path c:\documents and settings\wolfgang\documents stored in QString str , and I want to know the correct case, here is C:\Document and Settings\Wolfgang\Documents . QDir(str).absolutePath() does not give me the path with the correct case.
Any suggestions since I don't know what else could I try?
Thank you for your time!
c ++ qt
Wolfgangp
source share