On Sat, Jan 18, 2003 at 01:37:46PM -0800, Kevin Altis wrote: > Is MetaKit still used for the AddressBook on Mac OS X? If so, what is the > location of the .mk database file? I would like to try inspecting the file > from the Python interpreter and also move the file over to a Windows machine > and try the same things.
~/Library/Application Support/AddressBook.data, but I tried opening 'em with Mk4py and had no luck. (Also discovered another bug in Mk4py at the same time, which I'll fix soon since I'm working on it today anyway.) You should really be using the AddressBook APIs instead, and vCard for transport; they expose pretty much everything and are rather well designed. -- =Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley> Pablo Research Group, Department of Computer Science and Medical Scholars Program, University of Illinois at Urbana-Champaign _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
