Re: Comparing path strings
Re: Comparing path strings
- Subject: Re: Comparing path strings
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 26 Mar 2009 14:04:19 +0100
Le 26 mars 09 à 13:22, Jerry Krinock a écrit :
On 2009 Mar 26, at 01:04, Oleg Krupnov wrote:
Am I missing a method specifically intended for path comparison?
Not that I know of. But you are missing the method for
preprocessing them before comparison. Look at:
-[NSString stringByStandardizingPath]
An other way may be to convert them into FSRef (using FSPathMakeRef())
and then compare them using FSCompareFSRefs()
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden