Hi all !
I'm using Qt4.1.4 / WindowXp.
I found a error on the mkpath method of QDir. This method only works when the dirPath argument is a path on local (ex: "c:\tmp\test\01094487",..) but it is not able to create directories if the dirPath is to another computer (ex: "\\dsmanh\share\test\01094487" or "\\192.168.0.82\share\test\01094487").
Can you help me !