This commit is contained in:
pls.153 2022-12-08 09:59:40 +01:00
parent 70d0292019
commit 702edf22c9

View file

@ -119,7 +119,7 @@
(defun rename-file* (from to) ; called from QML
(ensure-directories-exist (merge-pathnames to from)) ; for moving files around
(ignore-errors (rename-file from to)))
(rename-file from to))
(defun location (name)
(cond ((string= ":data" name)