I'm wondering if there is a diff API in Cocoa, I've attempted to google it but its not bring back any results that are useful.
If there isn't an API for this would it be better to call diff
from /usr/bin/ or to write my own diff.
All I need it for is text-files with a possibility of branching out into binaries and folders later.
Thanks
James