On 11/24/2011 4:14 AM, Jeff Layman wrote:
> Any reason why the Notepad, Eudora, and FrHed links behave differently?
Different programmers, having different minds :)
In Windows Explorer,
when links are _copied_ then only the .lnk file is copied,
while when links are _opened_ then the link is always followed,
to open the target object.
What to do in other situations (e.g. emailing) may not be so clear,
but since .lnk files are specific to individual computers,
it seems natural for the majority of programmers to assume
that the reference must mean to the target object,
rather than to the .lnk file itself.
In come cases, however, the file name continues to carry
a ".lnk" extension, even though the content is of the target object,
which seems to be a definite error.
FrHed was the only program I tested
which bothered to ask the user, and offer a choice.
It is also not so clear in Unix, where some programs
always follow ("symbolic") links and operate on target objects,
other programs do the opposite, and some programs
leave the matter to a user-selectable option.
Windows has various kinds of different "links" and "junctions"
(more, I think, than Unix' "symbolic" vs. "hard" links),
all of which complicate the total picture, to us laymen :)
What's the Latin translation of
"Let the user" (rather than buyer) "beware"?
--