C# to loop through folder until it finds the correct files

前端 未结 1 1508
执笔经年
执笔经年 2021-01-23 07:07

I’m running a batch to do an update to my sql table. I’m using windows scheduler to run the batch file. Each day files come in at different time. Sometime they come in after my

1条回答
  •  一向
    一向 (楼主)
    2021-01-23 07:44

    Read about FileSystemWatcher Class here

    Looping will consume 100% of CPU

    0 讨论(0)
提交回复
热议问题