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

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 3 04:44:29 CST 2014


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

--- Comment #11 from Richard Russell <richard at rtrussell.co.uk> ---
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.

-- 
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