Cannot save BUSY files on certain Windows configurations
rochus-keller opened this issue · 0 comments
rochus-keller commented
This is a strange effect and apparently has to do with QFile::rename, which internally makes a copy of the file and then tries to delete the original; even if the procedure closes the file handle of the original the operating system (or some security feature) doesn't let the procedure to remove the file but claims that another process is accessing it.
I found a work-around by no longer using SafeFile for BUSY files on Windows.
New pre-compiled Windows x86 and x64 versions are ready for download.