This should be a really simple thing, but for some reason I have had no luck getting anything to work. I have CLISP and GCL, and on neither can I specify where a file is using the load function. I've tried setting the pathname, but it removes the backslashes, so its not looking in any directory, let alone the right one. Basically, I want to do this:
(load "c:\users\documents\john\schoolwork\cs\3600\project3.lisp")
But it says it can't find the file c:usersdocumentsjohnschoolworkcs3600project3.lisp
similarly when I try and set the pathname, it removes the backslashes. Anyone know what I'm donig wrong? I figure it's something really simple, but I just can't figure it out, and none of the documentation actually has examples with a windows path involved.
Thanks.