Search code examples
c#filefilesystemwatcher

Notification when a file changes?


Is there some mechanism by which I can be notified (in C#) when a file is modified on the disc?


Solution

  • That would be System.IO.FileSystemWatcher.