Skip navigation.
 
mlRe: Determining MIME types
FROM : j o a r
DATE : Sat Jan 19 07:54:33 2008

On Jan 18, 2008, at 10:36 PM, Matthew Delves wrote:

> I have managed to get the UTI from the file extension, though unsure 
> about how to get the MIME type from the UTI.



Something like this:

   CFStringRef MIMEType = UTTypeCopyPreferredTagWithClass (theUTI, 
kUTTagClassMIMEType);

j o a r

Related mailsAuthorDate
mlDetermining MIME types Matthew Delves Jan 19, 02:14
mlRe: Determining MIME types Jim Puls Jan 19, 02:28
mlRe: Determining MIME types j o a r Jan 19, 02:35
mlRe: Determining MIME types Matthew Delves Jan 19, 07:36
mlRe: Determining MIME types j o a r Jan 19, 07:54