|
| From: | Matthew Welland |
| Subject: | [Chicken-users] Bug in canonical-path? |
| Date: | Sat, 25 Oct 2008 20:49:42 -0700 |
| User-agent: | KMail/1.9.9 |
~$ 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"
| [Prev in Thread] | Current Thread | [Next in Thread] |