Re: How to get _all_ URL Handlers in Mac OS X?
Re: How to get _all_ URL Handlers in Mac OS X?
- Subject: Re: How to get _all_ URL Handlers in Mac OS X?
- From: Manfred Lippert <email@hidden>
- Date: Sat, 21 Sep 2002 13:28:33 +0200
I have an URL and I want to check, if there is a handler application
installed, so that this URL can be opened. I don't want to actually
open the URL! I only want to check if it _could_ be opened, if I
wanted to.
Try LSGetApplicationForURL().
Ah, great! This is so simple, and it works great. Thank you! :-)
Regards,
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.