I
Iceman
I have the following in my code:
watchfolder = New System.IO.FileSystemWatcher()
What I want to do is have it watch for multiple file
types. Is there a way to specify multiple filters?
Thanks.
watchfolder = New System.IO.FileSystemWatcher()
What I want to do is have it watch for multiple file
types. Is there a way to specify multiple filters?
Thanks.