How to set the name of open-with application for a specific file?
How to set the name of open-with application for a specific file?
- Subject: How to set the name of open-with application for a specific file?
- From: 慧 松本 <email@hidden>
- Date: Fri, 31 Jul 2009 16:40:20 +0900
I can retrieve the name of the app used to open a file at the given
path by NSWorkspace getInfoForFile method below.
- (BOOL)getInfoForFile:(NSString *)fullPath application:(NSString
**)appName type:(NSString **)type;
I want to change the name of the app used to open the file.
Does anybody know how to change the name of open-with application for
a specific file?
Satoshi
_______________________________________________
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