Project

General

Profile

Remove » History » Version 2

Per Amundsen, 02/16/2023 03:08 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 2 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -b | Move the file to the recycle bin instead of deleting it. |
12 1 Per Amundsen
13
*Parameters*
14
15 2 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| <filename> | File to remove. |
18 1 Per Amundsen
19
*Example*
20
21
<pre>
22
;Create and write to a file.
23
/write test.txt Hello There
24
 
25
;Remove the file.
26
/remove test.txt
27
</pre>