Re: Accessing NetInfo from Cocoa
Re: Accessing NetInfo from Cocoa
- Subject: Re: Accessing NetInfo from Cocoa
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 1 Nov 2001 23:03:08 +0000
On Thursday, November 1, 2001, at 10:37 pm, Gabriel Ricard wrote:
How would one go about adding/deleting entries from NetInfo from Cocoa?
Or in general just accessing it?
DirectoryService.framework is the way to go. In the good old days, there
was NIAccess.framework that provided an Obj-C wrapper. I have the humble
beginnings of a DirectoryServiceKit.framework, if you want them.
-- Finlay