http://bugs.winehq.org/show_bug.cgi?id=2217
------- Additional Comments From hardon@online.no 2005-04-10 11:06 ------- If Wine did never create intermediate dirs then the bugs are the incorrect usages of CreateDirectory. I just assumed CreateDirectory allowed it since i saw several places using it that way:-|
Some places i know of: imagehlp.dll->MakeSureDirectoryPathExists shell32.dll->SHCreateDirectory(Ex) with friends
Those might have been fixed since i filed the bug thou.