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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -