avmFileSystemWatcher is a project to study FileSystemWatcher class.
FileSystemWatcher is a System.IO class used to monitor windows file systems.
To Install as Windows Service:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" \avmFileSystemWatcher.WindowsService.exe
To Uninstall:
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" -u \avmFileSystemWatcher.WindowsService.exe