Use readonly by default unless you save the file #1878
PerfectlyFineCode
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I've been using ImHex to read the save file of my program, however that also means ImHex locks the file so my own program can't access the file.
It would be a significantly better experience if it could open the file as readonly and you edit the file in-memory and when you save it, it will open the same file (or upgrade it) with write access.
That way there should be no issues with readonly / write access, but it will dynamically switch between them.
Beta Was this translation helpful? Give feedback.
All reactions