http://bugs.winehq.org/show_bug.cgi?id=2217
Summary: CreateDirectory bug Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: hardon@online.no
Wine's CreateDirectory creates any missing directories in the path while Windows/Reactos CreateDirectory can only create the last one, thus every directory in the path except the last one, must already exist! This cause problems where Reactos use Wine code that is based on this incorrect behaviour.
Some places i know of: imagehlp.dll->MakeSureDirectoryPathExists shell32.dll->SHCreateDirectory(Ex) with friends