6 lines
107 B
Text
6 lines
107 B
Text
|
|
f = new(Nanoquery.IO.File)
|
||
|
|
f.delete("input.txt")
|
||
|
|
f.delete("docs")
|
||
|
|
f.delete("/input.txt")
|
||
|
|
f.delete("/docs")
|