Re: real noob question about CF functions with Cocoa
Re: real noob question about CF functions with Cocoa
- Subject: Re: real noob question about CF functions with Cocoa
- From: Prachi Gauriar <email@hidden>
- Date: Thu, 15 Jun 2006 01:13:53 -0400
On Jun 15, 2006, at 12:50 AM, Ron Fleckner wrote:
I wanted the user to be able to choose an item from a list and send
it to the Trash. I found a great little example function in the
docs at...
Another option is to just use NSWorkspace's -
performFileOperation:source:destination:files:tag:, e.g.,
[[NSWorkspace sharedWorkspace]
performFileOperation:NSWorkspaceRecycleOperation
source:filesDirectory
destination:@""
files:arrayOfFilenamesWithoutDirectory
tag:NULL];
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSWorkspace_Class/index.html#//apple_ref/doc/
uid/TP40004153>
So, what IS Core Foundation, really? Do people write software
using only Core Foundation? What relation does it have to Cocoa?
<http://developer.apple.com/corefoundation/overview.html>
<http://developer.apple.com/opensource/cflite.html>
-Prachi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden