Hi all! With your help, I would like to write a program that monitors which ever files system opens, creates, writes to, reads from .... and finaly updates those neatly in it's log - same as any antivirus monitor but without virus-checking. I've written a code that uses ReadDirectoryChangesW, but it only triggers when file is launched or date/time modified. Which function should I use? It's important that my program should 'be aware' when any other program reads from certain file (ie. catch the name of INI file being read from). I hope that I was clear. I've downloaded some projects, but they didn't do. I'm using Borland C++ 5.0. Thanx
dArK cHAriSmA