Re: How to programmatically create a Finder Alias?
Re: How to programmatically create a Finder Alias?
- Subject: Re: How to programmatically create a Finder Alias?
- From: "James W. Walker" <email@hidden>
- Date: Sat, 30 Aug 2003 22:28:35 -0700
On Aug 30, 2003, at 9:16 PM, Michael Mulligan wrote:
I am trying to programmatically create an alias for a folder. Is it
possible?
This has been discussed on the Carbon list more than once. There are
two schools of thought:
1. Use AppleEvents or AppleScript to ask the Finder to make the alias
for you.
2. Peek inside a couple of alias files with Resorcerer and you'll see
that the structure is not that complicated. Roll your own code to make
them (using Carbon APIs).
--
<
http://www.jwwalker.com/>
_______________________________________________
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.