Dragging broken symlinks
Dragging broken symlinks
- Subject: Dragging broken symlinks
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 9 Aug 2008 11:26:42 +0700
I have an app which can open symlinks (not the thing the symlink
points to). Done via
[ openPanel setResolvesAliases: NO ];
But when I drag a symlink to the icon of my app in the dock, - (BOOL)
application:(NSApplication *)theApplication openFile:(NSString *)
filename
will have filename = content of symlink (or alias).
And in case of a broken symlink nothing happens at all.
How can I open broken symlinks by dragging?
Document based app on Tiger.
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