inotify Windows

Inotify Example: Introduction to Inotify with a C Program Example

by Balakrishnan Mariyappan on April 16, 2010

inotify utility is an effective tool to monitor and notify filesystem changes.  You can specify a list of files and directories that needs to be monitored by inotify. This library is used by various other programs. For example, CPAN module Linux::Inotify is developed based on this library.
(more…)

{ 13 comments }