Electron Adventures: Episode 51: Deleting Files
The next operation we need to implement is deleting files - or more accurately moving files to trash, as no file manager in 2021 should actually hard delete files.
src/commands.js
As usual we start by adding a new command to the commands list:
{
...
taw.hashnode.dev5 min read