If I set the NotifyFilter property of a FileSystemWatcher to “Size,” how often will that FileSystemWatcher “sound the alarm” – every time the file grows by 1KB, or…?
If I set the NotifyFilter property of a FileSystemWatcher to Size, how often will
Share
One byte.
This knowledge comes from personal experience with .Net 4.0 on Windows 7 64bit.