Quote Originally Posted by matze42
Hi,

if you can use Win-API, take a look at "ReadDirectoryChangesW" in the MSDN.
This works fine and uncomplicated.

Hope this helps,
Matze
The only drawback of the function is that it is not available for Win 9x systems. Also, the drive being monitored must have NTFS file system.