FileSystemWatcher question....

G

Guest

Is it possible to, when using the FileSystemWatcher control inside a Windows
Service, to only run it at certain times?

The company I currently work for wants to have a windows service created
that monitors a given directory for new files, but actually only processes
the files at a certain time ever hour.

Is this possible using this control, or do I have to revert to using a timer
control and manually figuring out what the new files are that way?

Thank you for your help.

-- Scott
 

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