I am developing an application to monitor changes to files within a folder (eg.add files, delete files, update files). I’d like to display information about detected changes in a notification similar to the one displayed by Skype.
Can anyone suggest how this could be implemented?
A broad question calls for a broad answer: take a look at the FileSystemWatcher class to detect files changing.