chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] file-exists? on Windows


From: Mario Domenech Goulart
Subject: [Chicken-users] file-exists? on Windows
Date: 11 May 2007 16:18:15 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi folks,

Sorry for the maybe stupid question: is the following expression
supposed to return #f on Windows?

  (file-exists? ".\\")

(file-exists? (current-directory)) returns the path to the current
directory.

Under Unix[-like] systems, (file-exists? "./") returns the path to the
current directory.

Shouldn't (file-exists? ".\\") return the path to the current
directory?

Best wishes,
Mario





reply via email to

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