-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Crash when renaming a file to one that already exists #3
Labels
bug
Something isn't working
Comments
|
Duplicate files will now have an underscore appended to the filename (before extension). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MFR version: 1.0.0.5
Platform: Windows 10 LTSC 1809
Steps to reproduce
demofile1.txt
,demofile2.txt
,demofile3.txt
etc.Expected behavior
A warning should display before renaming any files
Actual behavior
The first file is renamed, then an unhandled exception occurs.
Other information
See #3 (comment) for full log.
The text was updated successfully, but these errors were encountered: