Page 1 of 1

symbolic links

Posted: 2012-03-25 5:14 pm
by blorf
Why are symbolic links a fatal error, rather than a noop?

Re: symbolic links

Posted: 2012-03-25 7:46 pm
by Ed
blorf wrote:Why are symbolic links a fatal error, rather than a noop?
If your code relies on the symbolic link, ignoring the symlink would probably just silently break your code...