The FileSystemWatcher works fine. I've never had any problems with it.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I want to mimic the functionality of Visual studio where if an opened
> file is modified outside of the IDE, the user is prompted if they wish
> to reload the file(s). What is the best approach to do this. I have
> read different postings about the FileSystemWatcher class where there
> seems to be plenty of problems and hacks required when using this class
> (e.g. duplicate notifications) etc.
> What should I use - FileSystemWatcher or some alternative ?
>
> thanks,
> Des.
>
|