1. RE: Shortcut info?
- Posted by Vince <vfeskens at hotmail.com> May 26, 2001
- 426 views
Euman wrote: > >>> ??? shortcut? > > Please, be more specific. > > Euman > > ----- Original Message ----- > From: "Vince" <vfeskens at hotmail.com> > To: "EUforum" <EUforum at topica.com> > Sent: Saturday, May 26, 2001 12:54 > Subject: Shortcut info? > > > > > > > > How can I get information about a shortcut in EUPHORIA? > > Info about the destination. > > > > > > > > > > > > > > I want a function that can get information about a Shortcut. Example: x=info(shortcut-path) I want that sequence x shows me the destination of te shortcut. Example: x=newfuction(\Programs\game.lnk) And x will be for example: "C:\game\game.exe"
2. RE: Shortcut info?
- Posted by otter at FULL-MOON.COM May 26, 2001
- 420 views
A search at www.wotsit.org on "lnk" yields 3 entries, two of which have sample C code to decode the shortcut. the code would need to be ported over to euphoria. At , you wrote: > > > >Euman wrote: > > >>> ??? shortcut? > > > > Please, be more specific. > > > > Euman > > > > ----- Original Message ----- > > From: "Vince" <vfeskens at hotmail.com> > > To: "EUforum" <EUforum at topica.com> > > Sent: Saturday, May 26, 2001 12:54 > > Subject: Shortcut info? > > > > > > > > > > > > > How can I get information about a shortcut in EUPHORIA? > > > Info about the destination. > > > > > > > > > > > > > > > > > > > > > > >I want a function that can get information about a Shortcut. >Example: x=info(shortcut-path) >I want that sequence x shows me the destination of te shortcut. >Example: x=newfuction(\Programs\game.lnk) >And x will be for example: "C:\game\game.exe" > > > >