mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
view drive letter
This commit is contained in:
parent
8d1d4215ce
commit
ac25ecf2d7
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue