Re: Opening Symbolic Links
Re: Opening Symbolic Links
- Subject: Re: Opening Symbolic Links
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sun, 25 Jan 2009 20:21:41 +0700
On 25 Jan 2009, at 09:31, Rob Keniger <email@hidden> wrote:
On 24/01/2009, at 11:46 PM, Gerriet M. Denkmann wrote:
I have a text file, called Text.
I did in Terminal:
ln -s Text SymlinkToText
When I try to open SymlinkToText in TextEdit "SymlinkToText" is
shown in the Open Panel, but when I select it, the "Open"-button is
disabled.
Is this a bug or a feature (in 10.5.6) ?
I believe this did work in Tiger, but have no machine to test this.
Call [yourOpenPanel setResolvesAliases:YES] to make an open panel
resolve aliases/symlinks.
Is there any way in an document based Cocoa app to tell the
NSDocumentController what options to use when it gets sent the
openDocument: message?
Like ResolvesAliases = YES or CanChooseDirectories = YES.
Kind regards,
Gerriet.
_______________________________________________
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