Re: Is there a *much* faster FSRef conversion than CFURLCreateFromFSRef()?
Re: Is there a *much* faster FSRef conversion than CFURLCreateFromFSRef()?
- Subject: Re: Is there a *much* faster FSRef conversion than CFURLCreateFromFSRef()?
- From: Andrew Farmer <email@hidden>
- Date: Tue, 12 Sep 2006 10:28:51 -0700
On 12 Sep 06, at 08:15, Alan Smith wrote:
My other thought is to use the Unix command 'find' if it is possible
to be used in C programs. NSTask won't cut the cake.
No need for an NSTask - there's nothing magic that 'find' is doing that
you can't easily replicate yourself. Read up on the opendir(3) family of
functions, which 'find' uses internally.
_______________________________________________
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