Unable to read/create files using Node Red addon

Hello, i have Node Red addon on my Home Assistant installation and i am trying to read and create files on local hard drive.

I check the file absolute path and its correct but when i try to read it from NR flow, i got an error message. I dont know if it’s any permission problem.

Can anyone read/write files?

www is the where files that need to be read have to be stored. Their path to read the file www needs to be replaced with local. So www/my_folder/myfile.txt is accessed by going to local/my_folder/myfile.txt

Thanks but this didn’t work. I try to read a file on my www folder but the NR gives an error

Error: ENOENT: no such file or directory, open ‘www/pdfs/ola.txt’

image

and this way?