On Feb 7, 2012, at 22:58 , Gerriet M. Denkmann wrote:

> 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?

Did you try +[NSURL resourceValuesForKeys:fromBookmarkData:]?


_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to