Thread
:
FileSystemWatcher has multiple paths
View Single Post
Nov 7th, 2006, 11:01 AM
#
4
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 894
Rep Power:
4
My VB is a bit rusty, but I think you would have to allocate an array (or some other sort of collection) of FileSystemWatcher objects. Then inside a loop, set the watcher[i].path to each item in the list.
The Dark
View Public Profile
Find More Posts by The Dark