RosettaCodeData/Task/Delete-a-file/Common-Lisp/delete-a-file-1.lisp
2023-07-01 13:44:08 -04:00

2 lines
123 B
Common Lisp

(delete-file (make-pathname :name "input.txt"))
(delete-file (make-pathname :directory '(:absolute "") :name "input.txt"))