It was left out of
clojure.java.io because in Java 6 there's no way to
detect whether a given directory is actually a symlink, so it has to
recurse into symlinked directories indiscriminately. This behaviour is
arguably dangerous. Perhaps in the far future it could be added once
support for Java 6 is dropped.
-Phil