8 lines
178 B
Text
8 lines
178 B
Text
Public Sub Main()
|
|
|
|
Kill User.home &/ "input.txt"
|
|
Rmdir User.home &/ "docs"
|
|
|
|
'Administrative privileges (sudo) would be required to mess about in Root - I'm not going there!
|
|
|
|
End
|