How to use FileSystemWatcher in .Net
This class can use to track for filesystem changes on the local machine, a networked drive, and even a remote machine. Generally use in window services to track changes in background.
By Kalit Sikka Popularity (5177 Views)