FileSystemWatcher. Should i use this?

I

ink

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
 
K

Kevin Spencer

It will work as long as you use it correctly.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 
M

Michael Nemtsev [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top