KZip icon indicating copy to clipboard operation
KZip copied to clipboard

Archive save may fail silently

Open chestnutprog opened this issue 4 years ago • 0 comments

When the archive file is locked by another program, the archive save will silently fail. Should we consider checking the return value of file operations, or replacing them with std::filesystem?

https://github.com/troldal/Zippy/blob/a838de8522f9051df0d1b202473bb6befe648702/library/Zippy/ZipArchive.hpp#L491

chestnutprog avatar Sep 10 '21 05:09 chestnutprog