D
desmcc
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.
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.