how to Monitor existance of files ????

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
 
G

Guest

Hi Serge,

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

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