Re: How to get finder type Open With dialog box

2009-04-29 Thread Kyle Sluder
On Wed, Apr 29, 2009 at 1:52 AM, Parimal Das parimal@webyog.com wrote: What i want to do is, when my code encounters a unknown file extension, it should open the finder type Open With dialog box for user to choose the app from the list. There is no Open With dialog box, at least not one

How to get finder type Open With dialog box

2009-04-28 Thread Parimal Das
Hello ppl Cocoa gives me default file associations with apps in this code NSString * path_ok= @/Users/pd/Desktop/pd.rtf; [ws openFile:path_ok withApplication:nil]; But when i try this i get an obvious error NSString * path= @/Users/pd/Desktop/pd2.large; NSWorkspace * ws =