I think this is the actual reference:
http://msdn.microsoft.com/library/en-us/fileio/fs/obtaining_directory_change_not
ifications.asp?frame=true

Signature
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Big things are made up of
lots of little things.
> Try :
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/direc
tory_management_functions.asp
[quoted text clipped - 6 lines]
>> TIA,
>> Pete
Pete - 30 Sep 2005 16:19 GMT
Indeed.
FindFirstChangeNotification() and FindNextChangeNotification() are the
key calls.
Thanks everyone
Pete