Mail Archives: djgpp-workers/1999/11/22/14:34:39
Eli Zaretskii wrote:
> On Mon, 22 Nov 1999, Martin Stromberg wrote:
> > In this case it's the numerical tail that worries me. What will happen
> > when a user tries to follow it in plain DOZE (it was unzipped in
> > WINDOZE)?
>
> Sorry, I still don't get the exact scenario.
[snip]
> I don't see any new aspects introduced by the symlinks.
I agree.
> > What will happen if "ln -s
> > a_short.nam a_very_long_name.with.multiple_long_extensions" is done in plain
> > DOZE?
>
> This will fail because the second file name is an invalid name on DOS.
> So `ln' cannot create it. It's the same as if you replace "ln -s" with
> "cp".
If the `ln' itself does this check. If you call `symlink()' from your own
code, it isn't done.
Laurynas Biveinis
- Raw text -