Returns whether the resource pointed to by a file URL can be reached.
Original signature is '- (BOOL)checkResourceIsReachableAndReturnError:(NSError **)error'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function CheckResourceIsReachableAndReturnError ( _ <OutAttribute> ByRef error As NSError _ ) As Boolean
public: virtual bool CheckResourceIsReachableAndReturnError( [OutAttribute] NSError^% error )

- error (NSError%)
- The error that occurred in the case that the resource cannot be reached.

YES if the resource is reachable; otherwise, NO.

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