NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.04k stars 2.15k forks source link

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

Open aaronshenhao opened 1 month ago

aaronshenhao commented 1 month ago

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 1 month ago

@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.