example 'cl-repl': allow renaming file to path with new directories (file dialog)

This commit is contained in:
pls.153 2022-12-07 21:26:43 +01:00
parent 3434391067
commit 70d0292019

View file

@ -118,7 +118,7 @@
(qlater 'pop-dialog)))))
(defun rename-file* (from to) ; called from QML
(ensure-directories-exist to) ; for moving files around
(ensure-directories-exist (merge-pathnames to from)) ; for moving files around
(ignore-errors (rename-file from to)))
(defun location (name)