delphi
ShellLink := CreateComObject(CLSID_ShellLink) as IShellLink; ShellLink.QueryInterface(IPersistFile, FicheroP); PersistFile.Load('C:\Test.lnk', STGM_READ); ShellLink.Resolve(WindowHandle, 0); Filename[0] := #0; ShellLink.GetPath(PChar(@Filename[0]), Length(Filename), pfd, 0);
Pero al no estar completo, no se que tipo de variables declarar ni las unit que van en los uses
Mi objetivo final es obtener la ruta a la que apunta el acceso directo