https://bugs.winehq.org/show_bug.cgi?id=45506
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |us@edmeades.me.uk
--- Comment #23 from Jason Edmeades us@edmeades.me.uk --- Ok, this is definitely caused by the if exists change, sorry...
if not exist fred mkdir fred if not exist fred\ echo oops
The first may (or may not) create the dir ok, but the second is firing to say it doesnt exist even though it does. FindFirstFileW doesnt like parms ending in a slash...
if not exist fred echo oops or if not exist fred. echo oops both work
I'll work on this and get a fix but it wont be until the weekend