Returns the attributes of the item at a given path.
Original signature is '- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary AttributesOfItemAtPathError( NSString path, out NSError error )
Public Overridable Function AttributesOfItemAtPathError ( _ path As NSString, _ <OutAttribute> ByRef error As NSError _ ) As NSDictionary
public: virtual NSDictionary^ AttributesOfItemAtPathError( NSString^ path, [OutAttribute] NSError^% error )

An NSDictionary object that describes the attributes (file, directory, symlink, and so on) of the file specified by path. The keys in the dictionary are described in “File Attribute Keys”.

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