JRJohnston
Programmer
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 only the letter "L", indicating that the other info is binary (?)]
Question: Is there any way to follow an alias/shortcut/link with the VBScript filesystem/file object?
Thanks
Jim Johnston
P.S. How does one write a search string to get an AND of the keywords?
(and, a mix of AND's and OR's?)
Thanks again,
JJ
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 only the letter "L", indicating that the other info is binary (?)]
Question: Is there any way to follow an alias/shortcut/link with the VBScript filesystem/file object?
Thanks
Jim Johnston
P.S. How does one write a search string to get an AND of the keywords?
(and, a mix of AND's and OR's?)
Thanks again,
JJ