I have an NSMutable dictionary that contains file IDs and their filename+extension in the simple form of fileone.doc or filetwo.pdf. I need to determine what type of file it
You're looking for [fileType pathExtension]
[fileType pathExtension]
NSString Documentation: pathExtension