Watcher node return only one value

Hello! I need to watch few sub-directories in one directory. I tried to use “Watcher”, but it returns only one filename, not list. I got only one message, if the files created simultaneously, so I didn`t notify then 2 or more new files appeared. What should I do? Maybe I need to use few watchers, one for one directory?

This will give you last file added/deleted. You can adapt it for your needs… ?

DirFileChange.v4p (5.5 kB)

gaz, thanks a lot!