Re: Opening a folder in the finder
Re: Opening a folder in the finder
- Subject: Re: Opening a folder in the finder
- From: Lorenzo Puleo <email@hidden>
- Date: Tue, 16 Apr 2002 08:49:47 +0200
>
I am hoping this to be pretty simple. I am using Objective-C, and am
>
wondering if there is a simple call where I specify a path, and the folder
>
will be opened in the finder.
>
>
I have looked through a few of the Apple pages, but couldn't find anything
>
(I am probably just looking in the wrong places...)
>
>
I appreciate the help,
>
Ben
>
Hi,
this works properly.
[[NSWorkspace sharedWorkspace] openFile: pathToOpen];
--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
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.