RosettaCodeData/Task/Delete-a-file/Factor/delete-a-file.factor
2023-07-01 13:44:08 -04:00

2 lines
80 B
Factor

"docs" "/docs" [ delete-tree ] bi@
"input.txt" "/input.txt" [ delete-file ] bi@