May 25, 2013
Is there any examples of using inotify with D?

http://en.wikipedia.org/wiki/Inotify

I've updated the old tango header file and tried to get something working but it seems to hang. If anyone else has code using inotify i'd love to take a look to see how you have used it. ta.
May 27, 2013
On Saturday, 25 May 2013 at 21:19:30 UTC, Gary Willoughby wrote:
> Is there any examples of using inotify with D?
>
> http://en.wikipedia.org/wiki/Inotify
>
> I've updated the old tango header file and tried to get something working but it seems to hang. If anyone else has code using inotify i'd love to take a look to see how you have used it. ta.

I started a question at stackoverflow here with this problem:

http://stackoverflow.com/questions/16760364/using-inotify-why-is-my-watched-file-ignored

and eventually answered it myself once i learned what inotify was doing.