[SOLVED] FileSystemWatcher problem
The FileSystemWatcher .NET class listens to the file system and it is catching any changes and notifications in it. When directories, or files in directories, are changed, events are raised. When a file is created, the FileSystemWatcher class will normally be notified twice. However, up to 4 or more “events” can be fired depending on …