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: Mario Domenech Goulart
Subject: Re: [Chicken-users] file-exists? on Windows
Date: 21 May 2007 17:33:49 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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

Best wishes,
Mario




reply via email to

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