2847 shaares
5 private links
5 private links
A wrapper of System.IO.FileSystemWatcher to standardize the events and avoid false change notifications, used in ImageGlass project.
FSWatcherTest.Path = ConfigurationManager.AppSettings["WatchPath"];<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="application.log" />
<remove name="Default" />
</listeners>
</trace>
</system.diagnostics>
MethodInfo genericMethod = method.MakeGenericMethod(typeof (string));nto a method but also have it work if no predicate is passed? I thought maybe something like this, b