I'm currently trying to get a FileSystemWatcher to work, as outlined in this question. During my research, I found a lot of answers and comments on this site describing the unreliability of this class. Instead, "polling" is mentioned in some places as a method of watching for changes, for example in this (very old) answer. My question is what that means exactly.