[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subdirectory pathnames?
- To: Andrew Newell Mickish <am2q+@andrew.cmu.edu>, info-mcl@ministry.cambridge.apple.com
- Subject: Re: Subdirectory pathnames?
- From: e@Flavors.COM (Doug Currie, Flavors Technology, Inc.)
- Date: Sat, 26 Feb 1994 12:24:09 -0500
>Even (load "home:ps-tests:test1") does not work.
Try: (load "home:ps-tests;test1")
Common LISP uses ";" to separate directory names;
":" is only used after the logical host name.
When MCL sees all colon separators, it assumes it's a Mac style name.
e