aesom_e

Computercraft OS (DOCUMENT DELETE)

Jun 19th, 2021 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. write("Enter name of file: ")
  4. file = read()
  5. shell.run("rm Documents/" .. file)
  6. shell.run("OS/docedit")
Add Comment
Please, Sign In to add comment