[Openmcl-devel] How do I list subdirectories in CCL?
Gary Byers
gb at clozure.com
Mon Apr 11 07:15:31 PDT 2011
(directory path :directories t)
If this was changed so that the :DIRECTORIES arg defaulted to T:
- it's possible that a few people whose code depends on the traditional/MCL
behavior would have to change that code
- this question wouldn't come up every few months.
On Mon, 11 Apr 2011, Robert Goldman wrote:
> 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
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>
More information about the Openmcl-devel
mailing list