Posted 14 July 2012 - 04:33 PM
I am currently working on a program that has my turtles saving their current location to a file. Whats the code to have all the turtles access the same file
opens the file for the specific turtle.
isn't there something like
so all the turtles can access the same file?
file = fs.open("abc.txt" , "r")
opens the file for the specific turtle.
isn't there something like
file = fs.open("c:\yada\yada\yada\abc.txt" , "r")
so all the turtles can access the same file?