3 Feb
2014
3 Feb
'14
11:05 a.m.
http://bugs.winehq.org/show_bug.cgi?id=25207 --- Comment #12 from lizhenbo <litimetal(a)gmail.com> --- (In reply to comment #11)
The destination directory requiring to be created may be of the form '..\..\dir1\dir2\dir3' (where neither dir1 nor dir2 exist), in other words it may require iteratively creating new subdirectories until the required 'level' is reached.
The proposed patch appears only to call CreateDirectoryW which, unless I am mistaken, will not achieve that.
Thank you for checking that. You're right, I made a mistake. Could I use SHCreateDirectory ? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.