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

Re: Subdirectory pathnames?



>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