Results 1 to 3 of 3

Thread: [RESOLVED] Reading a short-cut (ink) file

  1. #1

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Resolved [RESOLVED] Reading a short-cut (ink) file

    I am looking for the file layout for a Short-cut file (.ink)
    I would like to read the link...what is the link.
    I am guessing I may open it with
    Open FileName.ink for Input as #1
    Line Input #1,strIn
    Thanks

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Reading a short-cut (ink) file

    this code from Rob show how to modify a shortcut using the Shell object - you can easily modify it so it's just reading the properties (i.e. don't write to any of them )

  3. #3

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: Reading a short-cut (ink) file

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width