erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Deleting gives error if the file doesn't exist #277

Open maliayas opened 5 months ago

maliayas commented 5 months ago

This error may be considered as noise since the user actually wants to delete that file "even" if it exists. If it doesn't exist, the user should already be more than happy :) So the application may silently ignore those cases.

erickutcher commented 5 months ago

The extra prompt can let the user know if it was deleted without their knowledge or potentially moved elsewhere. Gives them a choice to take action for something that they might not expect.