Posted 02 February 2013 - 12:23 PM
so I am on a multiplayer server and my admin and I both enabled http on the server and client. I wrote an api on notepad++ and I managed to pull the file from pastebin, but I can't move it into the apis folder. Everytime I try to do a fs.move it says lua:52: Access Denied. I'm not sure if I'm doing it wrong or not, but the admin doesn't know much at all about computercraft and I'm still a bit of a noob when it comes to the directory in general and the commands.
this is what I've tried typing while in the lua interpreter
fs.move("filename", "roms/apis/filename")
and it returns
lua:52: Access Denied
Both the admin and I would be greatly appreciative if someone could help us out with this
this is what I've tried typing while in the lua interpreter
fs.move("filename", "roms/apis/filename")
and it returns
lua:52: Access Denied
Both the admin and I would be greatly appreciative if someone could help us out with this