Click here to Skip to main content
15,914,222 members
Home / Discussions / C#
   

C#

 
QuestionSource code from visio flow chart Pin
sree6-Jan-09 4:14
sree6-Jan-09 4:14 
AnswerRe: Source code from visio flow chart Pin
Dave Kreskowiak6-Jan-09 7:56
mveDave Kreskowiak6-Jan-09 7:56 
QuestionFiltering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 4:03
rich_wenger6-Jan-09 4:03 
AnswerRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 4:30
professional#realJSOP6-Jan-09 4:30 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:08
rich_wenger6-Jan-09 8:08 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 8:21
professional#realJSOP6-Jan-09 8:21 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:40
rich_wenger6-Jan-09 8:40 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 9:24
mveDave Kreskowiak6-Jan-09 9:24 
There are no file size filters in the FSW. The filter is just there so the FSW knows which events you want to check for.

The FSW polls the filesystem, taking snapshot after snapshot of the monitored directies and their files Created and LastModified times. Then it compares the new snapshot with the old one, generating the required events based on the differences between the two snapshots, subject to the NotifyFilter specification.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 9:29
professional#realJSOP6-Jan-09 9:29 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 11:19
rich_wenger6-Jan-09 11:19 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 23:10
professional#realJSOP6-Jan-09 23:10 
AnswerRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 7:53
mveDave Kreskowiak6-Jan-09 7:53 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:10
rich_wenger6-Jan-09 8:10 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 9:19
mveDave Kreskowiak6-Jan-09 9:19 
QuestionRegEx Pin
Abdul Rahman Hamidy6-Jan-09 3:51
Abdul Rahman Hamidy6-Jan-09 3:51 
AnswerRe: RegEx Pin
Simon P Stevens6-Jan-09 3:58
Simon P Stevens6-Jan-09 3:58 
AnswerRe: RegEx Pin
Wendelius6-Jan-09 3:58
mentorWendelius6-Jan-09 3:58 
AnswerRe: RegEx Pin
Paddy Boyd6-Jan-09 4:09
Paddy Boyd6-Jan-09 4:09 
AnswerRe: RegEx Pin
MarcelloTurnbull6-Jan-09 7:25
MarcelloTurnbull6-Jan-09 7:25 
Questioncalling a matlab function from c# Pin
yrajwan6-Jan-09 2:54
yrajwan6-Jan-09 2:54 
AnswerRe: calling a matlab function from c# Pin
EliottA6-Jan-09 3:18
EliottA6-Jan-09 3:18 
GeneralRe: calling a matlab function from c# Pin
yrajwan6-Jan-09 3:26
yrajwan6-Jan-09 3:26 
GeneralRe: calling a matlab function from c# [modified] Pin
EliottA6-Jan-09 3:28
EliottA6-Jan-09 3:28 
GeneralOT- Welcome in the CP's memorable quotes Pin
CPallini6-Jan-09 6:16
mveCPallini6-Jan-09 6:16 
GeneralRe: OT- Welcome in the CP's memorable quotes Pin
EliottA6-Jan-09 6:23
EliottA6-Jan-09 6:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.