Retrieving Uniform Type Identifiers
Retrieving Uniform Type Identifiers
- Subject: Retrieving Uniform Type Identifiers
- From: Dave DeLong <email@hidden>
- Date: Mon, 26 Jul 2010 16:20:19 -0600
Hi everyone,
I have the string "com.apple.iwork.*", and I need to expand that into any UTIs that match the string. In this case, it'd be:
(
"com.apple.iwork.pages.pages",
"com.apple.iwork.keynote.key",
"com.apple.iwork.numbers.numbers"
)
The root question I have is: How can I retrieve a list of all known UTIs? I've found "UTTypeCreateAllIdentifiersForTag()", but that requires passing a tag and a tag class, which I won't have. (And passing in NULL didn't work)
Any suggestions?
Thanks,
Dave
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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