>From the Win32::ChangeNotify docs: the Win32 API which implements this
feature does not provide any indication of what triggered the
notification (as far as I know). If you're monitoring a directory for
file changes, and you need to know which file changed, you'll have to
find some other way of determining that.

The FileSystemWatcher
(http://msdn2.microsoft.com/en-us/library/system.io.filesystemwatcher.as
px) seems to be able to watch specific files. 

I would prefer to use the functionality of FileSystemWatcher. Can
someone give me some pointers as to how I can use this FileSystemWatcher
via Perl?

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to