FileSystemWatcher.Filter Property
According to MS documentation
< You can also watch for changes in a certain type of file. For example, to watch for changes in any text files, set the Filter property to "*.txt" >
What if you want to watch for changes in any "txt" AND "bak" files
(say more then one categories)