Returns the uniform type identifier of the specified file, if it can be determined..
Original signature is '- (NSString *)typeOfFile:(NSString *)absoluteFilePath error:(NSError **)outError'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function TypeOfFileError ( _ absoluteFilePath As NSString, _ <OutAttribute> ByRef outError As NSError _ ) As NSString
public: virtual NSString^ TypeOfFileError( NSString^ absoluteFilePath, [OutAttribute] NSError^% outError )

An NSString containing the uniform type identifier of the file at absoluteFilePath. If no UTI can be determined the return value is nil.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)