Re: edit file
Re: edit file
- Subject: Re: edit file
- From: "I. Savant" <email@hidden>
- Date: Fri, 25 Apr 2008 23:34:26 -0400
How exactly would I go about replacing the DefaultDesktop.jpg image
in core services with a objective c cocoa app. I'm just starting
with cocoa, so any help is greatly appreciated.
You'd want to write an application that uses AuthServices to obtain
permission to use NSFileManager to back up the user's original
DefaultDesktop.jpg (since you're a nice, well-behaved application and
all), then to copy some other image over the original.
Each of these things is well-documented in Apple's documentation
and well-covered in this list's archives and there's a lot to know, so
your first step is to read. A lot. ;-)
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >edit file (From: Christopher <email@hidden>) |