Re: Preferences, Authorization, Writing files
Re: Preferences, Authorization, Writing files
- Subject: Re: Preferences, Authorization, Writing files
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 7 Feb 2003 19:49:06 +0000
On Friday, February 7, 2003, at 05:43 pm, Frank Fenn wrote:
To write your data, you'll need to run a small helper utility with
administrator privileges using Authorization Services. There's
sample code on Apple's web site demonstrating how to do this.
What would be the best way to pass the NSMutableArray to the helper
tool then, so I can use NSArchiver
on it? Or can I use DO to access the array from within the helper tool?
You have so many options! The easiest may be to serialize your
NSMutableArray to an NSData, then write that down your pipe to the tool.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.