Sounds like a job for FileSystemWatcher. Check the documentation which also
contains examples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fSystemIOFileSystemWatcherClassTopic.asp
HTH, Jakob.
> I know it is possible to use a listener on a directory so
> that if there is any change I can catch it and update my
[quoted text clipped - 4 lines]
>
> Haim.
Haim - 28 Sep 2004 10:01 GMT
Seems that its exactly what I was looking for :-)
Haim.
>-----Original Message-----
>Sounds like a job for FileSystemWatcher. Check the documentation which also
>contains examples:
>http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpref/html/frlrfSystemIOFileSystemWatcherClassTopic.asp
>HTH, Jakob.
>
[quoted text clipped - 8 lines]
>>
>.
Hi
Use FileSystemWatcher class. This monitors the file system and react when
the directories or files it contain got changed.
Regards
Sooraj PM
Microsoft Community Star
> I know it is possible to use a listener on a directory so
> that if there is any change I can catch it and update my
[quoted text clipped - 4 lines]
>
> Haim.
Haim - 28 Sep 2004 10:01 GMT
Seems that its exactly what I was looking for :-)
Haim.
>-----Original Message-----
>Hi
[quoted text clipped - 16 lines]
>>
>.