In the last part we've created the basic implementation of our FileSystemWatcher plugin. In this part we are going to implement a IDialogService interface to display dialogs to the user. I don't like …

A few days ago I stumbled over the FileSystemWatcher class in C#. With this class it is possible to watch a directory for any changes. For each action (created, changed, renamed and deleted) there is …