| Newsgroups |
gmane.lisp.corman |
| Message-ID |
<[email protected]> |
--- In [email protected], "SmallHairyTroll <lcluke@w...>"
<lcluke@w...> wrote:
> OK... this works
>
> (setf path (make-pathname
> :device "C"
> :directory '(truename "\\test_directory")
> :name "test_file.txt"))
>
> I know I am passing an incorrect value to :directory as
> (truename "\\test_directory") returns ...
>
> #P"c:\test_directory"
The CLHS explains all:
(setf path (make-pathname
:device "C"
:directory '(:absolute "test_directory")
:name "test_file.txt"))
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/SyjtlB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
[email protected]
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/