2

Is there any simple WATCHER in Erlang that will notify me if there any addition/changes in a file of the folder. The frequency of changes in files of the folder will be rare.

I being newbie, link & description with an answer will be helpful. Thanks :)

nikdange_me
  • 2,949
  • 2
  • 16
  • 24

1 Answers1

3

You can use this library. Also check out this tutorial which is in Elixir but should give you the general idea.

kamyar
  • 46
  • 1
  • 3