In c# winforms application, I want to choose a directory from network and after that, when any body put a file in it, I want to see a message such as \"A file added.\"
You could use the FileSystemWatcher class and subscribe for different events happening on the file system such as files and folders being created, deleted, modified, ...