in reply to Re^5: Rename unreliable on Windows
in thread Rename unreliable on Windows

elef should file a bug report / complaint against this backup software. It doesn't even have to use the Backup API. It can simply specify full sharing when opening the file. Simply add in the FILE_SHARE_DELETE bit (which also allows renaming) when opening the file (though, the Backup API likely provides other benefits).

- tye        

  • Comment on Re^6: Rename unreliable on Windows (SHARE_DELETE)