mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1310] [Feature Request] Don't override existing files #962
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#962
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aaronshenhao on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1310
Originally assigned to: @NickeManarin on GitHub.
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).
@pawlos commented on GitHub (May 30, 2024):
@aaronshenhao you mean the output files?

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