[racket] find-files bug?

From: José Lopes (jose.lopes at ist.utl.pt)
Date: Fri Jan 13 04:38:46 EST 2012

Hello,

I am using Racket 5.2.0.7

I issued the following expression

(find-files (const #t) some-dir)

and I got a list where the first element is a string and the remaining 
elements are paths.

'("C:\\Users\\joe\\AppData\\Local\\Temp\\rosetta"
   #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta>
   #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\TODO.txt>
   #<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\apps>
   
#<path:C:\Users\joe\AppData\Local\Temp\rosetta\rosetta\apps\autocad-render.rkt
   ...)

Regards,
José

-- 
José António Branquinho de Oliveira Lopes
58612 - MEIC-A
jose.lopes at ist.utl.pt



Posted on the users mailing list.