Is it possible to get a list of applications installed on the users computer that could be used to open a file (in my case an image), similar to the list shown through the Finder’s “Open With…” menu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you looking for a programatic or scripting solution? Programatically, look at Launch Services (
LSCopyAllRoleHandlersForContentType()for instance). For scripting, you probably wantlsregisterwhich is buried down inDon’t let its location in the docs fool you. It in the Carbon docs, but it’s actually CoreServices, which is not deprecated.