chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Inconsistencies with Windows paths


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Inconsistencies with Windows paths
Date: Sat, 06 Sep 2014 01:04:13 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Michele,

On Wed, 20 Aug 2014 15:27:41 +0200 Michele La Monaca <address@hidden> wrote:

> (directory? "C:")           -> #f
> (directory? "C:/")          -> #f
> (directory? "C://")         -> #t
> (pathname-directory "C:")   -> #f
> (pathname-directory "C:/")  -> "C:"
> (pathname-directory "C://") -> "C:"

Can you please file a ticket for this issue?

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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