Wrong counting of read-only files
Posted: Mon Apr 20, 2020 3:26 pm
To reproduce:
- you set "save file, replace existing files without asking"
- some of the already existing files have file attrib "read only"
- The final counting of files messes up skipped / overwriten files
- Log file:
- you set "save file, replace existing files without asking"
- some of the already existing files have file attrib "read only"
- The final counting of files messes up skipped / overwriten files
- Log file:
Code: Select all
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg 2000x3000x24 : loaded
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg : has read-only attribute, and can't be overwritten!
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg 2000x3000x24 : loaded
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg : has read-only attribute, and can't be overwritten!
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg 2000x3000x24 : loaded
D:\xxx\mp\Fotos\Fixpunkt_ergebnis_1.jpg : has read-only attribute, and can't be overwritten!
D:\xxx\mp\Fotos\Fixpunkt_ergebnis.jpg 2000x3000x24 : loaded
D:\xxx\mp\Fotos\Fixpunkt_ergebnis.jpg : saved
D:\xxx\mp\Fotos\Fixpunkt_2_ergebnis.jpg 2000x3000x24 : loaded
D:\xxx\mp\Fotos\Fixpunkt_2_ergebnis.jpg : saved
Input files: 5
Extracted pages: 5
Overwritten: 5
Skipped: 3
Total Duration: 0 second(s)