本文介绍了如何在Mac OSX中检测新的或修改的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Windows操作系统中,MS提供ReadDirectoryChangesW和FindFirstChangeNotification API来检测新文件或修改文件,Mac OSX是否也提供了相同的功能? 在Mac OS X Leopard中In Windows OS, MS provides ReadDirectoryChangesW and FindFirstChangeNotification API to dectect new or modified file, does the Mac OSX provide equal function as well?
解决方案
In Mac OS X Leopard monitor file changes with the File System Events API
这篇关于如何在Mac OSX中检测新的或修改的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!