Remove » History » Version 1
Per Amundsen, 02/14/2014 03:29 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */remove [-b] <filename>* |
||
4 | |||
5 | Deletes the specified file. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -b - Move the file to the recycle bin instead of deleting it. |
||
10 | |||
11 | *Parameters* |
||
12 | |||
13 | <filename> - File to remove. |
||
14 | |||
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | ;Create and write to a file. |
||
19 | /write test.txt Hello There |
||
20 | |||
21 | ;Remove the file. |
||
22 | /remove test.txt |
||
23 | </pre> |