This commit is contained in:
2026-06-30 17:03:29 +02:00
parent 36668c1a9e
commit 4052de8e62
+4 -3
View File
@@ -46,9 +46,10 @@
(unless (string=? bn nbn)
(with-handlers ([exn? (λ (e)
(warn-am "Cannot rename dirty filename: ~a" nbn))])
(rename-file-or-directory (build-path bd bn)
(build-path bn nbn) #f)
(set! path (build-path bd nbn))
(displayln (format "bn = ~a, nbn = ~a" bn nbn))
;(rename-file-or-directory (build-path bd bn)
; (build-path bn nbn) #f)
;(set! path (build-path bd nbn))
))
(let* ((str-path (path->string path))