开发者

C# get file change events

I开发者_开发百科 do have a program which logs some specific events in a text file (it keeps the file open).

Now I want to program a second application which shows these logs on a form.

can I set an event for any change in a text file which is opened by another process? or I have to read that regularly?

thanks


Have a look at the FileSystemWatcher Class

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜