You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fixup of 98325ce.
ReplaceFile only works when there is a file to replace. MoveFileExW with
MOVEFILE_REPLACE_EXISTING does deliver that. It's not atomic, but there
does not appear to be a sensible way to deliver that on Windows. Boost also
uses MovFileExW.
0 commit comments