J Jeti [work] Nov 8, 2004 #1 How to read information from .lnk file? I'm interested in "Target" and "Start In" properties... thanks
How to read information from .lnk file? I'm interested in "Target" and "Start In" properties... thanks
S Scott Allen Nov 8, 2004 #2 The safest way is to use COM and the IShellLink interface. Mattias Sjögren has some wrapper classes with source to do this: http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp
The safest way is to use COM and the IShellLink interface. Mattias Sjögren has some wrapper classes with source to do this: http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp