Re: Meta Data?
Re: Meta Data?
- Subject: Re: Meta Data?
- From: Martin Halter <email@hidden>
- Date: Mon, 25 Oct 2010 12:14:26 +0000 (GMT)
See Class Reference of NSURL, especially getResourceValue:forKey:error:
http://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSURL_Class/Reference/Reference.html#//apple_ref/occ/instm/NSURL/getResourceValue:forKey:error:
this is the cocoa 10.6 way of getting metadata. see also snow leopard release note containing more details:
https://developer.apple.com/library/mac/#releasenotes/Cocoa/RN-NSURL/
there are a lot of other ways getting metadata, like spotlight MDItem, NSFileManager and a lot of non-cocoa-ways
regards, mahal
Am 23. Okt 2010 um 00:15 schrieb Jason Slack-Moehrle <email@hidden>:
Can anyone tell me what frameworks to use so that I can get meta data from files, like UNIX meta data, Finder flags, ACL's, etc? Obviously there is more meta data to be concerned about...
My goal here is to try and write myself an intuitive app to back up my data, my way as I do it in a particular fashion.
I know that there are command line tools that support this, I wish to work on my own and learn.
Advice is appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Meta Data? (From: Jason Slack-Moehrle <email@hidden>) |