[erlang-questions] new version of file_monitor.erl - beta testers wanted

Vlad Dumitrescu vladdu55@REDACTED
Mon Jan 12 10:44:32 CET 2009


On Sat, Jan 10, 2009 at 23:43, Richard Carlsson <richardc@REDACTED> wrote:
> I've been rewriting my file monitor module: it's still polling only, but
> now it's a gen_server, supports recursive monitoring, and is documented:
> http://svn.process-one.net/contribs/trunk/eunit/doc/file_monitor.html.

The documentation doesn't match the code. The 'Entries' in the
returned answer is a list of tuples, like
{added, <<"filename">>}
{deleted, <<"filename">>}

regards,
Vlad



More information about the erlang-questions mailing list