AdvancedFileSystemWatcher NuGet Package

AdvancedFileSystemWatcher try to resolve FileSystemWatcher changed event from raising multiple times by adding detailed information(BeginWrite/EndWrite) in Changed handler.
Example:

void watcher_Changed(object sender, SoftMade.FileSystemEventArgs e)
{
if (e.ChangeType == SoftMade.WatcherChangeTypes.BeginWrite)
{
//do what you want when file is begin writed
}
else if (e.ChangeType == SoftMade.WatcherChangeTypes.EndWrite)
{
//do what you want when file is writed
}
}.




Got any AdvancedFileSystemWatcher Question?





Info

Version: 1.0.1
Author(s): Claudiu Cristian Dănilă
Last Update: Saturday, April 27, 2013
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/AdvancedFileSystemWatcher


Install
Install-Package AdvancedFileSystemWatcher
dotnet add package AdvancedFileSystemWatcher
paket add AdvancedFileSystemWatcher
AdvancedFileSystemWatcher Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

4017