10 lines
140 B
Text
10 lines
140 B
Text
' show where we are
|
|
print DefaultDir$
|
|
|
|
' in here
|
|
kill "input.txt"
|
|
result=rmdir("Docs")
|
|
|
|
' from root
|
|
kill "\input.txt"
|
|
result=rmdir("\Docs")
|