HI Team
Can someone please help me here to understand the output format of fs-ops-access(a node used to check the file existence and access) Node under node-red-contrib-fs-ops.
I am trying to build a sample flow with 2 params given like folder path and file name mentioned below
and once I trigger, I am getting the output as a time stamp.
How will I get to know whether the file is existing and accessible using this node ?
or is there any other approach to check the file size existence in a local system using node-red?
Yeah, I tried with forward slash, but no luck. it is not able to identify and shows 0x2f not recognized.
Yes, I am using the directory name till the folder where the file exists.
And whenever i am using a path through flow variables, I am getting the below error from fs-ops-access node
and there is no variable regarding to length.
msg: error
"TypeError: Cannot read property 'length' of undefined"