Comment 2 for bug 1260011

Revision history for this message
Faré (fahree) wrote :

Note that (:root "../") should be the same as (:root) since the root's parent is itself (if defined at all).

If you want getcwd's parent, you should probably use (parent-directory-pathname (getcwd)). truename will presumably merge with *default-pathname-defaults* which can be something altogether different (and itself a relative pathname).