R rob Oct 25, 2006 #1 There must be an easy way to extract the actual path from an .LNK file in C#. Has anyone done this?
M Michael Nemtsev Oct 25, 2006 #2 Hello Rob, See there http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp R> There must be an easy way to extract the actual path from an .LNK R> file in C#. Has anyone done this? --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche
Hello Rob, See there http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp R> There must be an easy way to extract the actual path from an .LNK R> file in C#. Has anyone done this? --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche
G Gordon Smith \(eMVP\) Oct 25, 2006 #3 rob said: There must be an easy way to extract the actual path from an .LNK file in C#. Has anyone done this? Click to expand... Why not use the IShellLink API? --Gordon Smith (eMVP)
rob said: There must be an easy way to extract the actual path from an .LNK file in C#. Has anyone done this? Click to expand... Why not use the IShellLink API? --Gordon Smith (eMVP)