[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:57:04 CST 2014


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

--- Comment #14 from Richard Russell <richard at rtrussell.co.uk> ---
(In reply to comment #12)
> Could I use SHCreateDirectory ?

Probably yes, although in Windows Vista and later, SHCreateDirectory has been
replaced by SHCreateDirectoryEx; I don't know what the situation is in Wine.

My only concern would be what to supply as the 'hwnd' parameter.  Maybe you
should pass NULL when the FOF_SILENT flag is set and lpFileOp->hwnd if not?

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