Monitoring a directory for new files

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I would like to develop a C# Windows Service Application
that monitors a directory for new files. When a new file
is detected, then I would like it to run an SQL Job.

Is there a command I can use with C# that would accomplish
this?

Thank you for your help.
 
Back
Top