I have setup NODE-RED on Windows Server 2016, I have write-file node to write some values in a file.
When I run the flow it gives me the following error:
Failed to create file: Error contains invalid WIN32 path characters
I was using "\" in my path, I used "/" instead and it worked fine.