On 8 Feb 2012, at 21:37, Fritz Anderson wrote:

> On 8 Feb 2012, at 1:42 AM, Gerriet M. Denkmann wrote:
> 
>> 
>> On 8 Feb 2012, at 14:30, Quincey Morris wrote:
>> 
>>> On Feb 7, 2012, at 22:58 , Gerriet M. Denkmann wrote:
>>> 
> ...
>>>> 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:]?
>> 
>> I had not. Right now I am trying it. But what keys to use? So far I got 
>> NSURLNameKey but there is more to get.
>> Is there a list of usable keys somewhere?
> 
> Have you searched for NSURLNameKey in NSURL.h? There are a number of string 
> declarations after it, 25 for 10.6+, 9 for 10.7, and the documentation for 
> resourceValuesForKeys:fromBookmarkData: says they apply.

Thanks for this hint.

The only keys which seem to work for an non-existing file seem to be:
        NSURLNameKey
        NSURLIsDirectoryKey 
        NSURLIsRegularFileKey 
        NSURLIsSymbolicLinkKey 
        NSURLIsVolumeKey 
(I did try many, though not all).

There is more info in the bookmarkData: like full path (this would be much more 
useful than just the NSURLNameKey), NSFileSystemFileNumber (probably not very 
useful in this case) and others.

Kind regards,

Gerriet.





_______________________________________________

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