10.7 HFS File Types

These functions are used to determine the HFS file type of a file, as well as to convert between HFS file types and HFS file codes.

NSFileTypeForHFSTypeCode

NSString *NSFileTypeForHFSTypeCode(OSType hfsFileTypeCode)

NSHFSTypeCodeFromFileType

OSType NSHFSTypeCodeFromFileType(NSString *fileTypeString)

NSHFSTypeOfFile

NSString *NSHFSTypeOfFile(NSString *fullFilePath)



    Part II: API Quick Reference
    Chapter 13. Foundation Classes