Posted By:
sahil_k
Posted On:
Friday, May 14, 2004 01:39 PM
I am trying to monitor a directory (ex:C:/temp) or even individual files in it. Whenever the contents are modified (file created/ deleted/ renamed), I want to be notified of the event. On the console, I want to print the name of the file that was modified.
Is this possible. Program will run on windows.
Thanx