I have a case in which new files are being made in a directory every x seconds. My question is how do I use Filewatching.watch_folder in such a way that is registers and prints to the terminal each newly made file? (File Events · The Julia Language)
I also found this repository:
Is this perhaps better to use, if I need it to catch all events?