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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
