View Single Post
Old Nov 7th, 2006, 11:01 AM   #4
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 894
Rep Power: 4 The Dark is on a distinguished road
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 is offline   Reply With Quote