detecting symbolic links
Posted: Mon Jan 14, 2008 8:01 am
Code: Select all
$ ln -s "." test
$ newlisp
> (directory "test")
true
But in most other cases following symlinks is very useful because it is a regular Unix convention.
Can we have an option for (directory?) which will trigger symlink detection?