PS5NorModifier
PS5NorModifier copied to clipboard
Fix bin file exists check
The previous code was using a configuration property to check if the file exists, which would always pass because it defaults to true.
Force pushed the wrong branch, whoops.
If the user deletes the file in the 50 microseconds between the File.Exists check and the new FileStream and get a crash, then they deserve a medal. I see your point, but I disagree that it's relevant in this specific scenario, especially because I want to minimize diff changes to make it easier for TheCod3r to review the PR, and to avoid merge conflicts with #12.