Uh oh!
There was an error while loading. Please reload this page.
Adds a delete local file action to FileListEditor menu - #183
Conversation
simonharrer
commented
Sep 28, 2015
Hm, one idea: should there be a warning if the file could not be removed? This can happen when the file is still open in adobe acrobat. As a user I would like to close adobe acrobat and retry the deletion again. Sent from my iPad
|
stefan-kolb
commented
Sep 28, 2015
Good point. But I can only catch |
simonharrer
commented
Sep 29, 2015
I would suggest:
This algorithm also includes the case that the file is not there before, reducing the operation to simply unlink. This ensures that the user can retry and simulates a transaction. In case of an error, you can simply show a message through a popup. |
There was a problem hiding this comment.
move removeEntries out of the condition as will always be executed.
simonharrer
commented
Sep 29, 2015
👍 |
Adds a delete local file action to FileListEditor menu
In case the auto downloader saved a wrong file, the user might need to delete it #101.