support drives on windows

This commit is contained in:
David Botton 2024-05-14 18:41:35 -04:00
parent e205a7917b
commit 34dd1e164d

View file

@ -181,10 +181,10 @@
(declare (ignore obj))
(setf (text tree) "")
(let* ((root (text-value root-dir))
(tname (uiop:truename* root))
(dir (format nil "~A" (directory-namestring (if tname
(tname (truename root))
(dir (format nil "~A" (uiop:native-namestring (directory-namestring (if tname
tname
"")))))
""))))))
(setf (text-value root-dir) dir)
(create-clog-tree tree
:fill-function (lambda (obj)