• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to get bookmarks data for non-existing files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to get bookmarks data for non-existing files


  • Subject: How to get bookmarks data for non-existing files
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Wed, 08 Feb 2012 13:58:29 +0700

 This works fine (usually):
			BOOL isStale;
			NSError *outError;
			NSURL *url =	[ NSURL URLByResolvingBookmarkData: bookmarksData
									options: 					options
									relativeToURL: 				nil
									bookmarkDataIsStale: 		&isStale
									error: 						&outError
							];
But when the referenced file does NOT exist, url will be nil and NSError just tells me: "File does not exist".
But I would like to know what the (now non-existing) filename has been.

How?


Kind regards,

Gerriet.


_______________________________________________

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


  • Follow-Ups:
    • Re: How to get bookmarks data for non-existing files
      • From: Quincey Morris <email@hidden>
  • Prev by Date: Re: Animating NSSplitView collapse/uncollapse
  • Next by Date: Re: How to get bookmarks data for non-existing files
  • Previous by thread: [MEET] CocoaHeadsNYC this Thursday
  • Next by thread: Re: How to get bookmarks data for non-existing files
  • Index(es):
    • Date
    • Thread