Hi,
It has been recomended by someone i work with, NOT to use the
FileSystemWatcher class for watching for new import files in a directory as
it is a bit flaky.
Is this true, or can i trust that it will work.
i am using C# Framework v2.
Thanks.
ink
Kevin Spencer - 06 Nov 2007 11:48 GMT
It will work as long as you use it correctly.

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks.
> ink
Michael Nemtsev [MVP] - 06 Nov 2007 12:17 GMT
Hello ink,
And what the alternative u was suggested?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
i> Hi,
i>
i> It has been recomended by someone i work with, NOT to use the
i> FileSystemWatcher class for watching for new import files in a
i> directory as it is a bit flaky.
i>
i> Is this true, or can i trust that it will work.
i>
i> i am using C# Framework v2.
i>
i> Thanks.
i> in