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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to