On win32 fs::rename should overwrite file if exists #41
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
Milestone
Currently , fs::rename() will return with error 183, if destination file already exists. The standard indicate that it must overwrite file , here is the patch to use MoveFileExW instead.
The text was updated successfully, but these errors were encountered: