<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    It appears to be called "FSEvents"<br>
    <br>
<a class="moz-txt-link-freetext" href="http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html">http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html</a><br>
    <br>
    I don't know of an erlang interface for it. I did the original
    erlang-inotify, but am no longer maintaining it. It would be
    interesting to add support for max os x and that other platform.<br>
    <br>
    Jeff.<br>
    <br>
    On 1/06/11 5:45 PM, Joe Armstrong wrote:
    <blockquote
      cite="mid:BANLkTi=y3k+toe4hFjjGW0UdZQvKfnFNoQ@mail.gmail.com"
      type="cite">I want write a backup program for my macbook<br>
      <br>
      Once I have backed up *everything* which takes a while<br>
      I then want to backup "changed files." Rather than re-scanning<br>
      my entire disk I'd like to be informed when a file changes.<br>
      <br>
      Is there an erlang interface to the "file system events API" in
      the mac?<br>
      (or something like inotify) or a background daemon that writes the
      names of all changed files<br>
      to a log.<br>
      <br>
      /Joe<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>