Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个文件观察器,它将在目录中查找新添加的文件以获取新添加的数据。
当有新数据添加到.jrn文件时。新添加的数据应复制到临时文件。我正在使用窗口服务(C#)来开发它。
.jrn
C#
我按照以下步骤解决了这个问题: