On Apr 18, 2010, at 10:43 AM, Brad Stone wrote: > I'm storing the bookmark data in an array displayed in a table: > NSData *bookmarkData = [inAbsoluteURL > bookmarkDataWithOptions:NSURLBookmarkCreationSuitableForBookmarkFile > > includingResourceValuesForKeys:nil > > relativeToURL:nil > error:&error];
I am doing the same thing and it is still able to resolve the bookmarks when the file moves or its name changes. The only real difference I can see between our two approaches is that I am passing 0 for both the creation options and the resolution options. What are the properties of the error object are you getting when the bookmark resolution fails? -Noah _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com