8 Oct
2018
8 Oct
'18
12:37 a.m.
https://bugs.winehq.org/show_bug.cgi?id=45935 --- Comment #10 from Joshua <joshudson(a)gmail.com> ---
It's already the fallback for moving files across filesystems (i.e. rename() returns EXDEV).
The particular caller I'm using is guaranteed to never try to span filesystems due to source and target being in the same directory. I suppose I could have said MoveFileEx(sourcefile, taragetfle, 0); which must fail on EXDEV. -- 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.