On Sat, 25 Oct 2008, Matthew Welland wrote:

~$ touch abc\\298.test

csi> (find-files "." regular-file? (lambda (x y)(print x)
                        (print (file-stat (canonical-path x)))))

./abc\298.test
Error: (file-stat) cannot access file - No such file or
directory: "/home/matt/stuff/tools/lmbk/abc/298.test"



this isn't a bug; it has to handle both windows and unix paths.  i can add
optional flags for specifying behaviour of slash and backslash, if desired.

-elf



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to