Hi Guys,
I have problem to delete the file that i created with node-red on Windows OS. I need delete the file scheduled to write new file again after deleted. Here is the error message:
Error: EPERM: operation not permitted, unlink 'D:\test\text.csv'
[{"id":"2f8f3817.a125d","type":"inject","z":"b405e48.6a27118","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":247.5,"y":312,"wires":[["eb5ee9f8.6484c8"]]},{"id":"9cfc3a5e.a8c9f8","type":"file","z":"b405e48.6a27118","name":"","filename":"D:\\test\\text.csv","appendNewline":true,"createDir":true,"overwriteFile":"false","encoding":"none","x":721.5,"y":231,"wires":[[]]},{"id":"eb5ee9f8.6484c8","type":"fs-ops-delete","z":"b405e48.6a27118","name":"","path":"D:\\test","pathType":"str","filename":"text.csv","filenameType":"str","x":712.5,"y":312,"wires":[[]]},{"id":"fb1d53fc.de6eb","type":"inject","z":"b405e48.6a27118","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":261,"y":231,"wires":[["9cfc3a5e.a8c9f8"]]}]
Thanks