Say I have a directory structure like this: /tmp/x/a.txt /tmp/x/b.txt (a symlink to a.txt) Is there any function I can call to get a list of #p"/tmp/x/a.txt" and #p"/tmp/x/b.txt? On sbcl, for example, I can pass :resolve-symlinks nil to CL:DIRECTORY. What (if anything) can I use in ECL? Thanks, Zach