Returns the URL to the default application that would be used to open the given URL.
Original signature is '- (NSURL *)URLForApplicationToOpenURL:(NSURL *)url'
Available in Mac OS X v10.6 and later.


- url (NSURL)
- The URL of the file to open.

The URL of the default application that would open the specified url. Returns nil if no application is able to open the url, or if the file url does not exist.

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