Skip to content
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

[Feature Request] Don't override existing files #1310

Open
aaronshenhao opened this issue May 30, 2024 · 1 comment
Open

[Feature Request] Don't override existing files #1310

aaronshenhao opened this issue May 30, 2024 · 1 comment
Assignees
Labels
🔷Enhancement Type • Improvements for the software. ⬜ Pending Status • This issue stills needs to be analyzed.

Comments

@aaronshenhao
Copy link

aaronshenhao commented May 30, 2024

Is your feature request related to a problem? Please describe.
I noticed that the software actually overwrites files without warning, and the overwritten files are deleted permanently. This is really unexpected, and led to the loss of a file I made previously.

Describe the solution you'd like
If the file exists, prompt the user on whether they want to override the original file, or rename the new file. If the user chooses to override the original file, move the original file to the recycle bin.

Additional context
This is for the Windows app (hence the recycle bin).

@aaronshenhao aaronshenhao added ⬜ Pending Status • This issue stills needs to be analyzed. 🔷Enhancement Type • Improvements for the software. labels May 30, 2024
@pawlos
Copy link
Contributor

pawlos commented May 30, 2024

@aaronshenhao you mean the output files?
You have an option to choose how the application behave in this case
image
With the options other than "allow", you will be notified when you try to overwrite the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷Enhancement Type • Improvements for the software. ⬜ Pending Status • This issue stills needs to be analyzed.
Projects
None yet
Development

No branches or pull requests

3 participants