node-red-contrib-dir2files

Node-RED node that searches files in a directory and return paths which can be filtered by regex.

Usage no npm install needed!

<script type="module">
  import nodeRedContribDir2files from 'https://cdn.skypack.dev/node-red-contrib-dir2files';
</script>

README

node-red-contrib-dir2files

Node-RED node that searches files or directories in the specified directory and return paths which can be filtered by regex.

Description

fucntions

  • filter filenames by regex
  • search files recursively or not
  • select output array type or string type

Usage

example-flow

You can import the example flow from examples/example.json to your Node-RED.

Install

npm

Licence

Apache-2.0

Author

s1r-J