Re: How to create shortcuts after installing the my package
Re: How to create shortcuts after installing the my package
- Subject: Re: How to create shortcuts after installing the my package
- From: Ron Fleckner <email@hidden>
- Date: Wed, 23 Apr 2008 15:29:02 +1000
On 23/04/2008, at 2:53 PM, JanakiRam wrote:
Hi All,
I'm porting a windows based application to Mac OS X. My
application in
windows will create desktop shortcut once we install. I really
don't whether
its mac standard to create desktop shortcut and dock icon once i
install my
cocoa application.
Can any one suggest me whether its a standard procedure.or
provide the
necessary links/pointers.
JanakiRam.
Use NSFileManager's -createSymbolicLinkAtPath:pathContent:. As
others have said, it's not normal. At the least, you would ask the
user if they'd like an alias on their Desktop first.
Ron
_______________________________________________
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