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: Michele La Monaca
Subject: Re: [Chicken-users] Inconsistencies with Windows paths
Date: Mon, 8 Sep 2014 15:00:54 +0200

>> (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?

Sure. Give me some time, though.

Regards,
Michele

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



reply via email to

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