Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component)
- local filesystem = require("filesystem")
- print("what file would you like to move?")
- filetomove = io.read()
- print("where would you like to move the file?")
- addresstomove = io.read()
- filesystem.copy(filetomove, addresstomove)
- input
- /home/netted.lua
- /mnt/162/ ( my floppy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement