Actions
Remove » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 02/14/2014 03:29 PM
Added in 1.9.0
/remove [-b] <filename>
Deletes the specified file.
Switches
-b - Move the file to the recycle bin instead of deleting it.
Parameters
<filename> - File to remove.
Example
;Create and write to a file. /write test.txt Hello There ;Remove the file. /remove test.txt
Updated by Per Amundsen almost 11 years ago · 1 revisions