Re: URLByResolvingBookmarkData not case sensitive
Re: URLByResolvingBookmarkData not case sensitive
- Subject: Re: URLByResolvingBookmarkData not case sensitive
- From: Jens Alfke <email@hidden>
- Date: Tue, 06 Jan 2015 09:39:00 -0800
> On Jan 6, 2015, at 8:25 AM, Trygve Inda <email@hidden> wrote:
>
> I am saving a bookmark to a file and later on I need to display the filename
> associated with that Bookmark.
You may need to canonicalize the path. The docs for -[NSString stringByStandardizingPath] don't say that it will fix up the case, but it might do that. Otherwise you might need to use a lower-level function to get info about the file including its name.
—Jens
_______________________________________________
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