TotallyInformation / node-red-contrib-fs

Node-Red node template for host filing system handling
Apache License 2.0
14 stars 6 forks source link

relative file path ? #21

Open carefulcomputer opened 3 years ago

carefulcomputer commented 3 years ago

It possible to have this node use paths which refer to user's home directory ? e.g. "\~/somefolder/somefile". Currently, as per documentation only relative paths from node red folder or absolute path are support. I tried using path as "\~/somefolder/somefile" and it couldn't find the file.