chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] file-exists? on Windows


From: Kon Lovett
Subject: Re: [Chicken-users] file-exists? on Windows
Date: Mon, 21 May 2007 18:27:13 -0700


On May 21, 2007, at 1:33 PM, Mario Domenech Goulart wrote:

Hi Felix,

On Sun, 20 May 2007 01:48:26 +0200 "felix winkelmann" <address@hidden> wrote:

Can someone try the newest darcs head (file-exists? just chops the
trailing separator for the test).

Works fine.  Thanks a lot.

Maybe the same should be done to `directory?':

On windows:

    (directory? (current-directory)) => #t
    (directory? ".")   => #t
    (directory? ".\\") => #f

On GNU/Linux

    (directory? (current-directory)) => #t
    (directory? ".")   => #t
    (directory? "./") => #t

Yes. Won't be there till Tue.


Best wishes,
Mario


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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