[Bug 25207] SHFileOperation does not create new directory on FO_MOVE

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 3 05:05:12 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=25207

--- Comment #12 from lizhenbo <litimetal at 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.



More information about the wine-bugs mailing list