add permit deny lists to file node

This commit is contained in:
Dave Conway-Jones
2018-12-21 08:53:02 +00:00
parent 7f5d47f39d
commit d1cc3da14d
3 changed files with 61 additions and 9 deletions

View File

@@ -849,7 +849,8 @@
"deletefail": "failed to delete file: __error__",
"writefail": "failed to write to file: __error__",
"appendfail": "failed to append to file: __error__",
"createfail": "failed to create file: __error__"
"createfail": "failed to create file: __error__",
"blocked": "File or directory blocked"
},
"tip": "Tip: The filename should be an absolute path, otherwise it will be relative to the working directory of the Node-RED process."
},