chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Inconsistencies with Windows paths


From: Michele La Monaca
Subject: [Chicken-users] Inconsistencies with Windows paths
Date: Wed, 20 Aug 2014 15:27:41 +0200

Hi all,

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

Huh?

Regards,
Michele



reply via email to

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