chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Bug in canonical-path?


From: Elf
Subject: Re: [Chicken-users] Bug in canonical-path?
Date: Sun, 26 Oct 2008 01:19:42 -0700 (PDT)


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]