Hello everyone,

I built a program that needs to access and modify the program filesystem tree.
Now in order to achieve that I use QDir::mkdir().
Well in Windows Xp directories are made as expected, they aren't in Windows Vista instead!
No filesystem operation is allowed there! It behaves like a permission issue...

Do someone knows why that happens and (hopefully) how to work it around?
Thank you in advance