Re: path vs. filename..
Re: path vs. filename..
- Subject: Re: path vs. filename..
- From: Chris Suter <email@hidden>
- Date: Thu, 26 Oct 2006 12:39:18 +1000
On 26/10/2006, at 12:28 PM, Mark Manes wrote:
So....
By the way thank you to everyoone who sent email helping me with
the FSCopyObjectAsync... truly was a great help!
Before I roll my own--is there a class method that I can use that
will allow me to separate a path from a filename? For example when
I use NSOpenPanel and use the filename method -- I can a fully
qualified path to the file including the filename. I want to pull
the path away. Do I just do some nice string manipulation to do
what I want or is there a better considered way?
See -[NSString lastPathComponent], -[NSString
stringByDeletingLastPathComponent] et al.
- Chris
_______________________________________________
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