[NSWorkspace fullPathForApplication:] : Classic forever?
[NSWorkspace fullPathForApplication:] : Classic forever?
- Subject: [NSWorkspace fullPathForApplication:] : Classic forever?
- From: Stephane Sudre <email@hidden>
- Date: Wed, 12 May 2004 15:59:45 +0200
From what I'm seeing, the fullPathForApplication: method of NSWorkspace
tends to prefer to return the Classic application path when both a
Carbon and Mac OS 9 application are available?
Is this a bug or a feature?
In my case, the "problem" is occurring with Internet Explorer.
NSLog(@"%@",[[NSWorkspace sharedWorkspace]
fullPathForApplication:@"Internet Explorer"]);
I switched to the LaunchServices API to fix this, so I'm asking this
just for curiosity.
_______________________________________________
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.