From: aditya shukla (adityashukla1983 at gmail.com) Date: Wed Mar 25 15:20:59 EDT 2009 |
|
(define get-directories(lambda(path) (directory-list path))) (get-directories "/") This gives an error directory-list: name is not defined, not a parameter, and not a primitive name. language used is advanced student custom Please hep me to fix it. Aditya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20090325/777fa9e7/attachment.html>
Posted on the users mailing list. |
|