[Openmcl-devel] How do I list subdirectories in CCL?

Robert Goldman rpgoldman at sift.info
Mon Apr 11 06:52:53 PDT 2011


In ACL and SBCL the following works for me:

(directory (merge-pathnames (make-pathname :name :wild :type :wild)
(parse-namestring "/Users/rpg/lisp/nst/") ))

But in CCL this gives me a listing with subdirectories omitted....

thanks!
Robert



More information about the Openmcl-devel mailing list