Jump to content

Delete a file: Difference between revisions

Added Arturo implementation
(Added Arturo implementation)
Line 230:
.include "../affichage.inc"
</lang>
 
=={{header|Arturo}}==
<lang rebol>file: "input.txt"
docs: "docs"
 
delete file
delete.directory file
 
delete join.path ["/" file]
delete.directory join.path ["/" docs]</lang>
 
=={{header|AutoHotkey}}==
<lang AutoHotkey>FileDelete, input.txt
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.