how to Monitor existance of files ????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

i have an application, which is collecting files from a defined folder.
I would like to monitor that folder in case new files get copied in, i
should be informed and do proper operation.

how can I do that ?

thanks for your help

regards
serge
 
Hi Serge,

There is a class in the System.IO namespace called FileSystemWatcher
which will do precisly that.
 
Back
Top