I have a fileSystemWatcher object to watch for file changes under some directory and display a message for each file change. However, enven though I change the file only once, the message get displayed twice. The file is a .txt file. Anybody knows why this happens and how to fix it? Thanks a lot