avmesquita / avmFileSystemWatcher

avmFileSystemWatcher is a project to study FileSystemWatcher class and sync folders methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avmFileSystemWatcher

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

About

avmFileSystemWatcher is a project to study FileSystemWatcher class and sync folders methods.

License:MIT License


Languages

Language:C# 100.0%