view drive letter

This commit is contained in:
David Botton 2024-05-14 18:53:00 -04:00
parent 8d1d4215ce
commit ac25ecf2d7

View file

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