I have a document path as an NSString
. How do I get its UTI as an NSString
? I currently use LSCopyItemAttribute
but that requires an FSRef
and all the functions for making an FSRef
seems to be deprecated.
(Note: This is for Mac OS 10.8+.)