-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Software and Package Versions
| Software | Version |
|---|---|
| Node.JS | |
| npm | 7.18.1 |
| Node-RED | 1.3.5 |
| fs node | 1.4.1 |
| OS | CentOS 7 |
| Browser | Chrome |
How is Node-RED installed? Where is uibuilder installed?
Local install based on node-red website readme.
Hi!
I have a small project where I extract a file and use this node to look up all the extracted files. Now when I use file pattern . it will not pick up filenames without an extension. Now when I change the file pattern to "*", it does not detect them as well, which not ideal on a linux system and to get an accurate number of files in a folder. Is there another way to create the pattern or something wrong with the logic of the node?
Thanks!
Chris :)