Returns the path of the item pointed to by a symbolic link.
Original signature is '- (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error'
Available in Mac OS X v10.5 and later.

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

An NSString object containing the path of the directory or file to which the symbolic link path refers, or nil upon failure. If the symbolic link is specified as a relative path, that relative path is returned.

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