I would lilke to, in a VB program, VB script, or any other way, find the target of a shortcut.
My experience with VBScript FileSystemObject & VB FileSystemObject is that shortcuts are not supported. (Not even the filetype code for shortcuts is supported.)
If that is not correct, I would like...
In VB6, how does one open a shortcut file & determine its target?
If this is not possible in VB, how does one do it in C or C++?
Are there API calls relevant to this?
Thanks!
Jim
I would like to follow a link/shotrcut to the source file in VBScript.
First, note there is a bug in VBScript: for alias/shortcut files, the file attribute value does not include the specified bit corresponding to value of 1024. However, .Type returns "Shortcut". [.ReadAll returns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.