1
Answer

FileSystemWatcher.Filter Property

gdont

gdont

20y
3.7k
1
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)
Answers (1)