I can save file to local disk,but cannot read it [Solved]

Describe the problem/error/question

I am a beginner on n8n. And I am trying to build my workflow.When I try to write a file and save it into my local disk, It works.

However, when I try to read that file, it return nothing.
I want to know do I miss anything, or make some mistake and cause my problem.

Please share your workflow

Information in the Read from disk node

[

{

}

]

Information on your n8n setup

  • **n8n version:**1.102.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
  • **Operating system:**window 11

I solve my problem. I feels like I am an idiot.

In the first read/write node, I fill in my path as:
C:\Users\OWNER\Documents\Essay_Input\save.json
It works in the writing node.
However, when it comes to the reading node, it fail.

To solve this issue, please make ensure slash “/” in the pathway instead of “\”
So the correct path is:
C:/Users/OWNER/Documents/Essay_Input/save.json

You didn’t solve this question, so no.

Ohk np, Just wanted to get on the leaderboard