本文介绍了等同于Cocoa中的FileSystemWatcher(.NET)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Cocoa开发一个应用程序。我想不断检查特定位置的文件的内容是否改变(如 FileSystemWatcher in .NET)。请任何人给我解决方案

I am developing an application in Cocoa. I want to constantly check whether the contents of a file in a particular location is changed or not (like FileSystemWatcher in .NET). Please anyone give me a solution

推荐答案

请查看。

这篇关于等同于Cocoa中的FileSystemWatcher(.NET)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 17:35