Decode link from an .LNK file

  • Thread starter Thread starter rob
  • Start date Start date
R

rob

There must be an easy way to extract the actual path from an .LNK file
in C#. Has anyone done this?
 
rob said:
There must be an easy way to extract the actual path from an .LNK file
in C#. Has anyone done this?

Why not use the IShellLink API?

--Gordon Smith (eMVP)
 

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