node-red-contrib-wfwatch 0.0.1
Windows folder watch
Install
npm install node-red-contrib-wfwatch
About
- Simple node that watches a folder, and sends events when files are added/created/changed/deleted.
- The events send will contain the following fields in payload:
changeType
andfilePath
Why?
- I made this package because the standard watch node from node-red does not seem to return full paths in Win 10 ( paths seem to be missing extensions ).