aspanda
8 years agoNew Contributor II
File Poller : checking file and deciding which way to go
I am trying to use file Poller to extract the path of the file then i am using a router to check the path variable that ensures the availability of file. So i am putting two checks : one check (‘path’ in $) -(ensures file availability). second one is like !(‘path’ in $) (file not available). Second one does not work when there is no file in the directory. Is there any other snap that can be used instead of file poller to achieve this usecase?