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
Printable View
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
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 ;))
Thanks