vote up 2 vote down star
1

In Windows OS, MS provides ReadDirectoryChangesW and FindFirstChangeNotification API to dectect new or modified file, does the Mac OSX provide equal function as well?

flag

78% accept rate

2 Answers

vote up 5 vote down check

In Mac OS X Leopard monitor file changes with the File System Events API

link|flag
I found the API can work only with 10.5 or above, how to support 10.3 and 10.4? Thanks in advance. – Yigang Wu Mar 17 at 12:59
This is why I wrote Mac OS X "Leopard" (10.5) as older Mac OS versions may require ugly hacks if they don't have this new feature. From May 2005, under 10.4: osxbook.com/software/fslogger – Mark Stock Mar 18 at 0:30
vote up 2 vote down

OS X provides a framework called FSEvents, I don't know much about the specifics of it though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.