Creating a .lnk file programmatically

  • Thread starter Thread starter John Spiegel
  • Start date Start date
J

John Spiegel

Hi all,

How would you go about creating a .lnk file programmatically? I can't seem
to find an appropriate class.

TIA,

John
 
..LNK files are just that, FILES. There is nothing that says you cannot use
the FileStream to save that file type with the correct format. I don't know
specifically what the format is, but it is rather simple. I believe it is a
text file.
 
Thanks, Peter. I would've thought so, but at least in the simple editors
I've use, a lot of the characters don't appear as simple text.
 
Back
Top