site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi, Thanks Fred _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'm trying to watch a directory for changes, so the couple kqueue/ kevent could do the job (aside from the Carbon FNSubscribe). Only problem is that, like FNSubscribe, kqueue/kevent can't tell what file in the directory changed (or maybe I missed something ?). So, is there any simple way to identify the changed file, or do I have to keep track of all files in the directory, and compare this to the directory every time a change occurs ? This could be quite expensive and handling events like file renaming would be a real pain... This email sent to site_archiver@lists.apple.com