Search code examples
node-red

failed to create file: invalid WIN32 path characters


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


Solution

  • I was using "\" in my path, I used "/" instead and it worked fine.