Qt 6.11 is out! See what's new in the release
blog
QDir and invalid directory names
General and Desktop
2
Posts
2
Posters
1.9k
Views
1
Watching
-
Using following code I could create directory with name "....;.a" , but such names are not valid on Window systems.
@ QDir dir(some_folder());
QString invalid_folder = "....;.a";
bool ret = dir.mkdir(invalid_folder);@ -
then you should create a bug report on "Jira":http://bugreports.qt.nokia.com/secure/Dashboard.jspa