Hourly collection of files across network C#
I'm currently working on an application in C# that will allow a user to
select one or more networked drives or computers and collect Data Logs
from a certain folder (folder location is always the same on any drive/PC)
The files must be collected hourly, so at 10AM the application would
collect the Data Logs of 9AM from each designated folder..
I'd like this to occur in a separate thread automatically on the hour,
every hour for as long as the application is running in the background.
The issue I have is that I am not familiar with how to set up this
timer/hourly system so a thread can be made and run hourly. If anyone has
any advise or ways I could perform this please let me know.
No comments:
Post a Comment