magnify
formats

FileSystemWatcher with Timer for Single Notification of File Changes

Published on April 13, 2012

.NET has a handy type called System.IO.FileSystemWatcher which you can point at a directory and it triggers events based on file events such as a file being created, deleted, renamed, or changed.  The problem is that the Changed event gets triggered many times with a simple file save when usually you only want to be

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
2 Comments  comments 
formats

Code Review Measurement of Code Quality

Published on May 11, 2011

Not far from the truth…

 
Tags: ,
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments