[Ecls-list] Getting directory contents on Unix

Zach Beane xach at xach.com
Wed Mar 2 01:03:34 UTC 2011


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




More information about the ecl-devel mailing list