0.0.1 • Published 8 years ago

node-red-contrib-wfwatch v0.0.1

Weekly downloads
23
License
MIT
Repository
github
Last release
8 years ago

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 and filePath

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 ).