From: Yang Shouxun
Subject: Q: ls directory
Date: 
Message-ID: <3CA02A7D.4040609@163.net>
Dear lispers,

What options are there to list directory contents? I used to use
  (directory "~/*")
in clisp-2.27 and it seemed to be working. Now I'm using clisp-2.28 and 
find it does not give me the expected results.

I'm not sure whether it's a memory confusion or I did not compile the 
"wildcard" module when compile clisp-2.28 lately.

No matter what, I'd ask what should one do when one want to list a 
directory so as to iterate over the entries in the directory.

TIA!