How to Get a URL from a Shortcut in Favorites

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I want to get the URL from a shortcut, read from the favorites folder. Can
anyone tell me how to do it? The purpose is to be able to browse to the URL
programmatically, and also to extract the domain and other information.

TIA

Charles
 
Charles said:
I want to get the URL from a shortcut, read from the favorites folder. Can
anyone tell me how to do it? The purpose is to be able to browse to the URL
programmatically, and also to extract the domain and other information.

These shortcuts are INI files. Here is a sample:

[InternetShortcut]
URL=http://www.google.com/
 
Thanks very much for the quick reply.

Charles


Nobody said:
Charles said:
I want to get the URL from a shortcut, read from the favorites folder. Can
anyone tell me how to do it? The purpose is to be able to browse to the
URL programmatically, and also to extract the domain and other
information.

These shortcuts are INI files. Here is a sample:

[InternetShortcut]
URL=http://www.google.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top