Advertisement
Guest User

Untitled

a guest
May 1st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local component = require("component)
  2. local filesystem = require("filesystem")
  3. print("what file would you like to move?")
  4. filetomove = io.read()
  5. print("where would you like to move the file?")
  6. addresstomove = io.read()
  7. filesystem.copy(filetomove, addresstomove)
  8.  
  9. input
  10. /home/netted.lua
  11. /mnt/162/ ( my floppy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement