fadden / CiderPress2

Tool for working with Apple II and vintage Mac disk images and file archives.
https://ciderpress2.com/
Apache License 2.0
44 stars 7 forks source link

Attempting to open a .DSK that is read-only results in an error #9

Closed tomcw closed 6 months ago

tomcw commented 7 months ago

I'm using: CiderPress II v1.0.0

If I right-click the .DSK and make it read-only then I get this error:

---------------------------
File error
---------------------------
Error: Access to the path 'C:\Users\tomch\Downloads\mb-audit.dsk' is denied.
---------------------------
OK   
---------------------------

Unchecking the read-only file property allows me to open the file.

fadden commented 7 months ago

Looks like I'm trapping the wrong exception (should be UnauthorizedAccessException rather than IOException) in the "retry as read-only" code. Easy to fix.

fadden commented 7 months ago

Fix is available in https://github.com/fadden/CiderPress2/releases/tag/v1.0.1-dev1

fadden commented 6 months ago

Available in v1.0.1.