The idea is:
Since the executeCommand node has been deactivated by default for good reasons, I’d like to propose to add a “delete” action to the “Read/Write Files from Disk” node, since I don’t want to reactivate the executeCommand node just for being able to delete a file or folder.
My use case:
I want to delete a file or folder (recursively)
I think it would be beneficial to add this because:
It would prevent most n8n-users to reactivate the potentially dangerous executeCommand node and still enable them to work with files and folders on the disk.
Any resources to support this?
People have to work around this missing action by reactivating the executeCommand node or using the SSH node: V2.x - How to delete a local file without executeCommand node?