How to be notified of file/directory change in C/C++, ideally using POSIX -


the subject says - easy , cross platform way poll, intelligently. every os has means notify without polling. possible in reasonably cross platform way? (i care windows , linux, use mac, thought posix may help?)

linux users can use inotify

inotify linux kernel subsystem provides file system event notification.

some goodies windows fellows:


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -