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

Robert Goldman rpgoldman at sift.info
Mon Apr 11 08:52:53 CDT 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